#BB6F5A

Color #BB6F5A Contessa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Contessa #BB6F5A

Tints of Contessa #BB6F5A

Color information

#BB6F5A (or 0xBB6F5A) is unknown color: approx Contessa. HEX triplet: BB, 6F and 5A. RGB value is (187,111,90). Sum of RGB (Red+Green+Blue) = 187+111+90=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 111 (43.75% from 255 or 28.61% from 388); Blue value is 90 (35.55% from 255 or 23.20% from 388); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6F5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6F5A is #4490A5. Grayscale: #838383. Windows color (decimal): -4493478 or 5926843. OLE color: 5926843.

HSL color Cylindrical-coordinate representation of color #BB6F5A: hue angle of 12.99º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB6F5A is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB18711190-
CMYK00.410.520.27
HSL12.99º41.63%54.31%-
HSV(B)12.99º51.87%73.33%-
XYZ28.0222.6712.57-
YUV131.33104.68167.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 48.20%
GREEN value IS 111 (43.75% from 255) = 28.61%
BLUE value IS 90 (35.55% from 255) = 23.20%
R=48.20%
G=28.61%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871119000.410.520.2712.9941.6354.31
HexBB6F5A029341Bd2a36
Octal2731571320516433155266
Binary10111011110111110110100101001110100110111101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6F5A; }

 p { color: rgb(187,111,90); }

 H1.HeaderClassName
 {
   color: #BB6F5A;
 }
 .AnyTagClassName
 {
   color: #BB6F5A;
 }
</style>
background-color css

<style>
 a { background-color: #BB6F5A; }

 a { background-color: rgb(187,111,90); }

 div.DivClassName
 {
   background-color: #BB6F5A;
 }
 .BgClassName
 {
   background-color: #BB6F5A;
 }
</style>
border-color css

<style>
 span { border-color: #BB6F5A; }

 span { border-color: rgb(187,111,90); }

 td.TdClassName
 {
   border-color: #BB6F5A;
 }
 .TagClassName
 {
   border-color: #BB6F5A;
 }
</style>