Html Css Color HEX #B97065 Contessa

📋 copy color: '#B97065'

red 185 ◦ green 112 ◦ blue 101

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

Shades of Contessa #B97065

Tints of Contessa #B97065

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.14%

 BLUE value IS 101 (39.84% from 255) = 25.38%

R = 46.48%
G = 28.14%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#B97065 (or 0xB97065) is known color: Contessa. HEX triplet: B9, 70 and 65. RGB value is (185,112,101). Sum of RGB (Red+Green+Blue) = 185+112+101=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 101 (39.84% from 255 or 25.38% from 398); Max value from RGB is 185 - color contains mainly: red. Hex color #B97065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97065 is #468F9A. Grayscale: #848484. Windows color (decimal): -4624283 or 6647993. OLE color: 6647993.

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

Color convert

RGB 185 112 101 -
CMYK 0 0.39 0.45 0.27
HSL 7.86º 0.38% 0.56% -
HSV(B) 7.86º 0.45% 0.73% -
XYZ 28.15 22.84 15.24 -
YUV 132.57 110.18 165.39 -
System Red Green Blue C M Y K H S L
Decimal 185 112 101 0 0.39 0.45 0.27 7.86 0.38 0.56
Hex B9 70 65 0 27 2D 1B 8 26 38
Octal 271 160 145 0 47 55 33 10 46 70
Binary 10111001 1110000 1100101 0 100111 101101 11011 1000 100110 111000

Color Harmonies of #B97065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97065

Black with #B97065

Text Example


Text Example

White with #B97065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97065; }

 p { color: rgb(185,112,101); }

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

background-color css

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

 a { background-color: rgb(185,112,101); }

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

border-color css

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

 span { border-color: rgb(185,112,101); }

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