Html Css Color HEX #B97661 Contessa

📋 copy color: '#B97661'

red 185 ◦ green 118 ◦ blue 97

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

Shades of Contessa #B97661

Tints of Contessa #B97661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 24.25%

R = 46.25%
G = 29.5%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#B97661 (or 0xB97661) is known color: Contessa. HEX triplet: B9, 76 and 61. RGB value is (185,118,97). Sum of RGB (Red+Green+Blue) = 185+118+97=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 97 (38.28% from 255 or 24.25% from 400); Max value from RGB is 185 - color contains mainly: red. Hex color #B97661 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97661 is #46899E. Grayscale: #878787. Windows color (decimal): -4622751 or 6387385. OLE color: 6387385.

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

Color convert

RGB 185 118 97 -
CMYK 0 0.36 0.48 0.27
HSL 14.32º 0.39% 0.55% -
HSV(B) 14.32º 0.48% 0.73% -
XYZ 28.64 24.13 14.46 -
YUV 135.64 106.2 163.21 -
System Red Green Blue C M Y K H S L
Decimal 185 118 97 0 0.36 0.48 0.27 14.32 0.39 0.55
Hex B9 76 61 0 24 30 1B E 27 37
Octal 271 166 141 0 44 60 33 16 47 67
Binary 10111001 1110110 1100001 0 100100 110000 11011 1110 100111 110111

Color Harmonies of #B97661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97661

Black with #B97661

Text Example


Text Example

White with #B97661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97661; }

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

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

background-color css

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

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

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

border-color css

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

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

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