Html Css Color HEX #B97566 Contessa

📋 copy color: '#B97566'

red 185 ◦ green 117 ◦ blue 102

#B97566
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Contessa #B97566

Tints of Contessa #B97566

RGB

 RED value IS 185 (72.66% from 255) = 45.79%

 GREEN value IS 117 (46.09% from 255) = 28.96%

 BLUE value IS 102 (40.23% from 255) = 25.25%

R = 45.79%
G = 28.96%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#B97566 (or 0xB97566) is known color: Contessa. HEX triplet: B9, 75 and 66. RGB value is (185,117,102). Sum of RGB (Red+Green+Blue) = 185+117+102=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 185 - color contains mainly: red. Hex color #B97566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97566 is #468A99. Grayscale: #878787. Windows color (decimal): -4623002 or 6714809. OLE color: 6714809.

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

Color convert

RGB 185 117 102 -
CMYK 0 0.37 0.45 0.27
HSL 10.84º 0.37% 0.56% -
HSV(B) 10.84º 0.45% 0.73% -
XYZ 28.77 24 15.69 -
YUV 135.62 109.03 163.22 -
System Red Green Blue C M Y K H S L
Decimal 185 117 102 0 0.37 0.45 0.27 10.84 0.37 0.56
Hex B9 75 66 0 25 2D 1B B 25 38
Octal 271 165 146 0 45 55 33 13 45 70
Binary 10111001 1110101 1100110 0 100101 101101 11011 1011 100101 111000

Color Harmonies of #B97566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97566

Black with #B97566

Text Example


Text Example

White with #B97566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97566; }

 p { color: rgb(185,117,102); }

 H1.HeaderClassName
 {
   color: #B97566;
 }
 .AnyTagClassName
 {
   color: #B97566;
 }
</style>

background-color css

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

 a { background-color: rgb(185,117,102); }

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

border-color css

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

 span { border-color: rgb(185,117,102); }

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