Color Hex Logo

#bb634e Color Hex

#BB634E
(187,99,78)
0 Favorites   0 Comments

Color spaces of #bb634e

RGB 1879978
HSL0.030.440.52
HSV12°58°73°
CMYK 0.000.470.58   0.27
XYZ26.330520.03859.6878
Yxy20.03850.46970.3575
Hunter Lab44.764426.656418.5037
CIE-Lab51.880733.355227.7494

#bb634e color RGB value is (187,99,78).

#bb634e hex color red value is 187, green value is 99 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bb634e hue: 0.03 , saturation: 0.44 and the lightness value of bb634e is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100011 01001110
Octal 273 143 116
Decimal 187 99 78
Hex BB 63 4E

RGB Percentages of Color #bb634e

%51.37
%27.20
%21.43

CMYK Percentages of Color #bb634e

%0
%47
%58
%27

Triadic Colors of #bb634e

#bb634e #4ebb63 #634ebb

Analogous Colors of #bb634e

#bb634e #bb9a4e #bb4e70

Monochromatic Colors of #bb634e

#bb634e

Complementary Color

#bb634e #4ea6bb

#bb634e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb634e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb634e Color CSS Codes

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

#bb634e Text Font Color

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

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


#bb634e Background Color

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

This div background color is #bb634e


#bb634e Border Color

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

This div border color is #bb634e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb634e


Comments

No comments written yet.

Please login to write comment.