Html Css Color HEX #B97672 Contessa

📋 copy color: '#B97672'

red 185 ◦ green 118 ◦ blue 114

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

Shades of Contessa #B97672

Tints of Contessa #B97672

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.3%

 BLUE value IS 114 (44.92% from 255) = 27.34%

R = 44.36%
G = 28.3%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#B97672 (or 0xB97672) is known color: Contessa. HEX triplet: B9, 76 and 72. RGB value is (185,118,114). Sum of RGB (Red+Green+Blue) = 185+118+114=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B97672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97672 is #46898D. Grayscale: #898989. Windows color (decimal): -4622734 or 7501497. OLE color: 7501497.

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

Color convert

RGB 185 118 114 -
CMYK 0 0.36 0.38 0.27
HSL 3.38º 0.34% 0.59% -
HSV(B) 3.38º 0.38% 0.73% -
XYZ 29.52 24.49 19.09 -
YUV 137.58 114.7 161.83 -
System Red Green Blue C M Y K H S L
Decimal 185 118 114 0 0.36 0.38 0.27 3.38 0.34 0.59
Hex B9 76 72 0 24 26 1B 3 22 3B
Octal 271 166 162 0 44 46 33 3 42 73
Binary 10111001 1110110 1110010 0 100100 100110 11011 11 100010 111011

Color Harmonies of #B97672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97672

Black with #B97672

Text Example


Text Example

White with #B97672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97672; }

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

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

background-color css

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

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

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

border-color css

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

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

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