Color Hex Logo

#bb8263 Color Hex

#BB8263
(187,130,99)
0 Favorites   0 Comments

Color spaces of #bb8263

RGB 18713099
HSL0.060.390.56
HSV21°47°73°
CMYK 0.000.300.47   0.27
XYZ30.728327.430915.4795
Yxy27.43090.41730.3725
Hunter Lab52.374513.071119.1388
CIE-Lab59.371118.290025.5673

#bb8263 color RGB value is (187,130,99).

#bb8263 hex color red value is 187, green value is 130 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #bb8263 hue: 0.06 , saturation: 0.39 and the lightness value of bb8263 is 0.56.

The process color (four color CMYK) of #bb8263 color hex is 0.00, 0.30, 0.47, 0.27. Web safe color of #bb8263 is #cc9966. Color #bb8263 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000010 01100011
Octal 273 202 143
Decimal 187 130 99
Hex BB 82 63

RGB Percentages of Color #bb8263

%44.95
%31.25
%23.80

CMYK Percentages of Color #bb8263

%0
%30
%47
%27

Triadic Colors of #bb8263

#bb8263 #63bb82 #8263bb

Analogous Colors of #bb8263

#bb8263 #bbae63 #bb6370

Monochromatic Colors of #bb8263

#bb8263

Complementary Color

#bb8263 #639cbb

#bb8263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb8263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb8263 Color CSS Codes

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

#bb8263 Text Font Color

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

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


#bb8263 Background Color

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

This div background color is #bb8263


#bb8263 Border Color

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

This div border color is #bb8263


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb8263


Comments

No comments written yet.

Please login to write comment.