Html Css Color HEX #B97464 Contessa

📋 copy color: '#B97464'

red 185 ◦ green 116 ◦ blue 100

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

Shades of Contessa #B97464

Tints of Contessa #B97464

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.93%

 BLUE value IS 100 (39.45% from 255) = 24.94%

R = 46.13%
G = 28.93%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#B97464 (or 0xB97464) is known color: Contessa. HEX triplet: B9, 74 and 64. RGB value is (185,116,100). Sum of RGB (Red+Green+Blue) = 185+116+100=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 116 (45.70% from 255 or 28.93% from 401); Blue value is 100 (39.45% from 255 or 24.94% from 401); Max value from RGB is 185 - color contains mainly: red. Hex color #B97464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97464 is #468B9B. Grayscale: #868686. Windows color (decimal): -4623260 or 6583481. OLE color: 6583481.

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

Color convert

RGB 185 116 100 -
CMYK 0 0.37 0.46 0.27
HSL 11.29º 0.38% 0.56% -
HSV(B) 11.29º 0.46% 0.73% -
XYZ 28.55 23.73 15.13 -
YUV 134.81 108.36 163.8 -
System Red Green Blue C M Y K H S L
Decimal 185 116 100 0 0.37 0.46 0.27 11.29 0.38 0.56
Hex B9 74 64 0 25 2E 1B B 26 38
Octal 271 164 144 0 45 56 33 13 46 70
Binary 10111001 1110100 1100100 0 100101 101110 11011 1011 100110 111000

Color Harmonies of #B97464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97464

Black with #B97464

Text Example


Text Example

White with #B97464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97464; }

 p { color: rgb(185,116,100); }

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

background-color css

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

 a { background-color: rgb(185,116,100); }

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

border-color css

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

 span { border-color: rgb(185,116,100); }

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