Html Css Color HEX #B97768 Contessa

📋 copy color: '#B97768'

red 185 ◦ green 119 ◦ blue 104

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

Shades of Contessa #B97768

Tints of Contessa #B97768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.49%

R = 45.34%
G = 29.17%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#B97768 (or 0xB97768) is known color: Contessa. HEX triplet: B9, 77 and 68. RGB value is (185,119,104). Sum of RGB (Red+Green+Blue) = 185+119+104=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 119 (46.88% from 255 or 29.17% from 408); Blue value is 104 (41.02% from 255 or 25.49% from 408); Max value from RGB is 185 - color contains mainly: red. Hex color #B97768 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97768 is #468897. Grayscale: #898989. Windows color (decimal): -4622488 or 6846393. OLE color: 6846393.

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

Color convert

RGB 185 119 104 -
CMYK 0 0.36 0.44 0.27
HSL 11.11º 0.37% 0.57% -
HSV(B) 11.11º 0.44% 0.73% -
XYZ 29.1 24.51 16.29 -
YUV 137.02 109.37 162.22 -
System Red Green Blue C M Y K H S L
Decimal 185 119 104 0 0.36 0.44 0.27 11.11 0.37 0.57
Hex B9 77 68 0 24 2C 1B B 25 39
Octal 271 167 150 0 44 54 33 13 45 71
Binary 10111001 1110111 1101000 0 100100 101100 11011 1011 100101 111001

Color Harmonies of #B97768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97768

Black with #B97768

Text Example


Text Example

White with #B97768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97768; }

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

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

background-color css

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

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

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

border-color css

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

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

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