Html Css Color HEX #B97271 Contessa

📋 copy color: '#B97271'

red 185 ◦ green 114 ◦ blue 113

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

Shades of Contessa #B97271

Tints of Contessa #B97271

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.67%

 BLUE value IS 113 (44.53% from 255) = 27.43%

R = 44.9%
G = 27.67%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#B97271 (or 0xB97271) is known color: Contessa. HEX triplet: B9, 72 and 71. RGB value is (185,114,113). Sum of RGB (Red+Green+Blue) = 185+114+113=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 114 (44.92% from 255 or 27.67% from 412); Blue value is 113 (44.53% from 255 or 27.43% from 412); Max value from RGB is 185 - color contains mainly: red. Hex color #B97271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97271 is #468D8E. Grayscale: #878787. Windows color (decimal): -4623759 or 7434937. OLE color: 7434937.

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

Color convert

RGB 185 114 113 -
CMYK 0 0.38 0.39 0.27
HSL 0.83º 0.34% 0.58% -
HSV(B) 0.83º 0.39% 0.73% -
XYZ 29.01 23.54 18.64 -
YUV 135.12 115.52 163.58 -
System Red Green Blue C M Y K H S L
Decimal 185 114 113 0 0.38 0.39 0.27 0.83 0.34 0.58
Hex B9 72 71 0 26 27 1B 1 22 3A
Octal 271 162 161 0 46 47 33 1 42 72
Binary 10111001 1110010 1110001 0 100110 100111 11011 1 100010 111010

Color Harmonies of #B97271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97271

Black with #B97271

Text Example


Text Example

White with #B97271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97271; }

 p { color: rgb(185,114,113); }

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

background-color css

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

 a { background-color: rgb(185,114,113); }

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

border-color css

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

 span { border-color: rgb(185,114,113); }

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