Color Hex Logo

#bb624a Color Hex

#BB624A
(187,98,74)
0 Favorites   0 Comments

Color spaces of #bb624a

RGB 1879874
HSL0.040.450.51
HSV13°60°73°
CMYK 0.000.480.60   0.27
XYZ26.097219.79468.9238
Yxy19.79460.47610.3611
Hunter Lab44.491126.843419.2517
CIE-Lab51.604233.581629.6842

#bb624a color RGB value is (187,98,74).

#bb624a hex color red value is 187, green value is 98 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #bb624a hue: 0.04 , saturation: 0.45 and the lightness value of bb624a is 0.51.

The process color (four color CMYK) of #bb624a color hex is 0.00, 0.48, 0.60, 0.27. Web safe color of #bb624a is #cc6633. Color #bb624a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100010 01001010
Octal 273 142 112
Decimal 187 98 74
Hex BB 62 4A

RGB Percentages of Color #bb624a

%52.09
%27.30
%20.61

CMYK Percentages of Color #bb624a

%0
%48
%60
%27

Triadic Colors of #bb624a

#bb624a #4abb62 #624abb

Analogous Colors of #bb624a

#bb624a #bb9b4a #bb4a6b

Monochromatic Colors of #bb624a

#bb624a

Complementary Color

#bb624a #4aa3bb

#bb624a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb624a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb624a Color CSS Codes

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

#bb624a Text Font Color

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

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


#bb624a Background Color

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

This div background color is #bb624a


#bb624a Border Color

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

This div border color is #bb624a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb624a


Comments

No comments written yet.

Please login to write comment.