Html Css Color HEX #B97769 Contessa

📋 copy color: '#B97769'

red 185 ◦ green 119 ◦ blue 105

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

Shades of Contessa #B97769

Tints of Contessa #B97769

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.1%

 BLUE value IS 105 (41.41% from 255) = 25.67%

R = 45.23%
G = 29.1%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#B97769 (or 0xB97769) is known color: Contessa. HEX triplet: B9, 77 and 69. RGB value is (185,119,105). Sum of RGB (Red+Green+Blue) = 185+119+105=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 119 (46.88% from 255 or 29.10% from 409); Blue value is 105 (41.41% from 255 or 25.67% from 409); Max value from RGB is 185 - color contains mainly: red. Hex color #B97769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97769 is #468896. Grayscale: #898989. Windows color (decimal): -4622487 or 6911929. OLE color: 6911929.

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

Color convert

RGB 185 119 105 -
CMYK 0 0.36 0.43 0.27
HSL 10.5º 0.36% 0.57% -
HSV(B) 10.5º 0.43% 0.73% -
XYZ 29.15 24.53 16.56 -
YUV 137.14 109.87 162.14 -
System Red Green Blue C M Y K H S L
Decimal 185 119 105 0 0.36 0.43 0.27 10.5 0.36 0.57
Hex B9 77 69 0 24 2B 1B A 24 39
Octal 271 167 151 0 44 53 33 12 44 71
Binary 10111001 1110111 1101001 0 100100 101011 11011 1010 100100 111001

Color Harmonies of #B97769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97769

Black with #B97769

Text Example


Text Example

White with #B97769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97769; }

 p { color: rgb(185,119,105); }

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

background-color css

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

 a { background-color: rgb(185,119,105); }

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

border-color css

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

 span { border-color: rgb(185,119,105); }

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