Html Css Color HEX #B97066 Contessa

📋 copy color: '#B97066'

red 185 ◦ green 112 ◦ blue 102

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

Shades of Contessa #B97066

Tints of Contessa #B97066

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.07%

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

R = 46.37%
G = 28.07%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#B97066 (or 0xB97066) is known color: Contessa. HEX triplet: B9, 70 and 66. RGB value is (185,112,102). Sum of RGB (Red+Green+Blue) = 185+112+102=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 102 (40.23% from 255 or 25.56% from 399); Max value from RGB is 185 - color contains mainly: red. Hex color #B97066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97066 is #468F99. Grayscale: #848484. Windows color (decimal): -4624282 or 6713529. OLE color: 6713529.

HSL color Cylindrical-coordinate representation of color #B97066: hue angle of 7.23º 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 #B97066 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 112 102 -
CMYK 0 0.39 0.45 0.27
HSL 7.23º 0.37% 0.56% -
HSV(B) 7.23º 0.45% 0.73% -
XYZ 28.2 22.86 15.5 -
YUV 132.69 110.68 165.31 -
System Red Green Blue C M Y K H S L
Decimal 185 112 102 0 0.39 0.45 0.27 7.23 0.37 0.56
Hex B9 70 66 0 27 2D 1B 7 25 38
Octal 271 160 146 0 47 55 33 7 45 70
Binary 10111001 1110000 1100110 0 100111 101101 11011 111 100101 111000

Color Harmonies of #B97066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97066

Black with #B97066

Text Example


Text Example

White with #B97066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97066; }

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

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

background-color css

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

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

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

border-color css

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

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

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