#B97667

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

Shades of Contessa #B97667

Tints of Contessa #B97667

Color information

#B97667 (or 0xB97667) is unknown color: approx Contessa. HEX triplet: B9, 76 and 67. RGB value is (185,118,103). Sum of RGB (Red+Green+Blue) = 185+118+103=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 118 (46.48% from 255 or 29.06% from 406); Blue value is 103 (40.62% from 255 or 25.37% from 406); Max value from RGB is 185 - color contains mainly: red. Hex color #B97667 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97667 is #468998. Grayscale: #888888. Windows color (decimal): -4622745 or 6780601. OLE color: 6780601.

HSL color Cylindrical-coordinate representation of color #B97667: hue angle of 10.98º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B97667 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB185118103-
CMYK00.360.440.27
HSL10.98º36.94%56.47%-
HSV(B)10.98º44.32%72.55%-
XYZ28.9324.2515.99-
YUV136.32109.2162.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.57%
GREEN value IS 118 (46.48% from 255) = 29.06%
BLUE value IS 103 (40.62% from 255) = 25.37%
R=45.57%
G=29.06%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511810300.360.440.2710.9836.9456.47
HexB976670242C1Bb2538
Octal2711661470445433134570
Binary10111001111011011001110100100101100110111011100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97667; }

 p { color: rgb(185,118,103); }

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

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

 a { background-color: rgb(185,118,103); }

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

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

 span { border-color: rgb(185,118,103); }

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