Color Hex Logo

#b0633d Color Hex

#B0633D
(176,99,61)
0 Favorites   0 Comments

Color spaces of #b0633d

RGB 1769961
HSL0.060.490.46
HSV20°65°69°
CMYK 0.000.440.65   0.31
XYZ23.208618.49076.7607
Yxy18.49070.47890.3816
Hunter Lab43.000821.089420.7788
CIE-Lab50.085927.663734.7446

#b0633d color RGB value is (176,99,61).

#b0633d hex color red value is 176, green value is 99 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #b0633d hue: 0.06 , saturation: 0.49 and the lightness value of b0633d is 0.46.

The process color (four color CMYK) of #b0633d color hex is 0.00, 0.44, 0.65, 0.31. Web safe color of #b0633d is #996633. Color #b0633d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01100011 00111101
Octal 260 143 75
Decimal 176 99 61
Hex B0 63 3D

RGB Percentages of Color #b0633d

%52.38
%29.46
%18.15

CMYK Percentages of Color #b0633d

%0
%44
%65
%31

Triadic Colors of #b0633d

#b0633d #3db063 #633db0

Analogous Colors of #b0633d

#b0633d #b09d3d #b03d50

Monochromatic Colors of #b0633d

#b0633d

Complementary Color

#b0633d #3d8ab0

#b0633d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0633d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0633d Color CSS Codes

.mybgcolor {background-color:#b0633d; } 
.myforecolor {color:#b0633d; }
.mybordercolor {border:3px solid #b0633d; }

#b0633d Text Font Color

<p style="color:#b0633d">Text here</p>

This sample text font color is #b0633d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b0633d Background Color

<div style="background-color:#b0633d">
Div content here</div>

This div background color is #b0633d


#b0633d Border Color

<div style="border:3px solid #b0633d">
Div here</div>

This div border color is #b0633d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,99,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b0633d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b0633d;
  -webkit-box-shadow: 1px 1px 3px 2px #b0633d;
  box-shadow:         1px 1px 3px 2px #b0633d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,99,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b0633d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b0633d;
  -webkit-box-shadow: 1px 1px 3px 2px #b0633d;
  box-shadow:         1px 1px 3px 2px #b0633d;">
Div content here</div>

This div box has shadow with color #b0633d


Comments

No comments written yet.

Please login to write comment.