#BB6F5C

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

Shades of Contessa #BB6F5C

Tints of Contessa #BB6F5C

Color information

#BB6F5C (or 0xBB6F5C) is unknown color: approx Contessa. HEX triplet: BB, 6F and 5C. RGB value is (187,111,92). Sum of RGB (Red+Green+Blue) = 187+111+92=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 92 (36.33% from 255 or 23.59% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6F5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6F5C is #4490A3. Grayscale: #838383. Windows color (decimal): -4493476 or 6057915. OLE color: 6057915.

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

Color convert

RGB18711192-
CMYK00.410.510.27
HSL12º41.13%54.71%-
HSV(B)12º50.8%73.33%-
XYZ28.1122.7113.03-
YUV131.56105.68167.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.95%
GREEN value IS 111 (43.75% from 255) = 28.46%
BLUE value IS 92 (36.33% from 255) = 23.59%
R=47.95%
G=28.46%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871119200.410.510.271241.1354.71
HexBB6F5C029331Bc2937
Octal2731571340516333145167
Binary10111011110111110111000101001110011110111100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6F5C; }

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

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

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

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

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

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

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

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