Color Hex Logo

#bb635b Color Hex

#BB635B
(187,99,91)
0 Favorites   0 Comments

Color spaces of #bb635b

RGB 1879991
HSL0.010.410.55
HSV51°73°
CMYK 0.000.470.51   0.27
XYZ26.843720.243812.3902
Yxy20.24380.45130.3404
Hunter Lab44.993127.758415.1679
CIE-Lab52.111734.463320.5164

#bb635b color RGB value is (187,99,91).

#bb635b hex color red value is 187, green value is 99 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #bb635b hue: 0.01 , saturation: 0.41 and the lightness value of bb635b is 0.55.

The process color (four color CMYK) of #bb635b color hex is 0.00, 0.47, 0.51, 0.27. Web safe color of #bb635b is #cc6666. Color #bb635b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100011 01011011
Octal 273 143 133
Decimal 187 99 91
Hex BB 63 5B

RGB Percentages of Color #bb635b

%49.60
%26.26
%24.14

CMYK Percentages of Color #bb635b

%0
%47
%51
%27

Triadic Colors of #bb635b

#bb635b #5bbb63 #635bbb

Analogous Colors of #bb635b

#bb635b #bb935b #bb5b83

Monochromatic Colors of #bb635b

#bb635b

Complementary Color

#bb635b #5bb3bb

#bb635b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb635b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb635b Color CSS Codes

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

#bb635b Text Font Color

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

This sample text font color is #bb635b
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.


#bb635b Background Color

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

This div background color is #bb635b


#bb635b Border Color

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

This div border color is #bb635b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb635b


Comments

No comments written yet.

Please login to write comment.