Html Css Color HEX #B97467 Contessa

📋 copy color: '#B97467'

red 185 ◦ green 116 ◦ blue 103

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

Shades of Contessa #B97467

Tints of Contessa #B97467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 25.5%

R = 45.79%
G = 28.71%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#B97467 (or 0xB97467) is known color: Contessa. HEX triplet: B9, 74 and 67. RGB value is (185,116,103). Sum of RGB (Red+Green+Blue) = 185+116+103=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 103 (40.62% from 255 or 25.50% from 404); Max value from RGB is 185 - color contains mainly: red. Hex color #B97467 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97467 is #468B98. Grayscale: #878787. Windows color (decimal): -4623257 or 6780089. OLE color: 6780089.

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

Color convert

RGB 185 116 103 -
CMYK 0 0.37 0.44 0.27
HSL 9.51º 0.37% 0.56% -
HSV(B) 9.51º 0.44% 0.73% -
XYZ 28.7 23.78 15.91 -
YUV 135.15 109.86 163.56 -
System Red Green Blue C M Y K H S L
Decimal 185 116 103 0 0.37 0.44 0.27 9.51 0.37 0.56
Hex B9 74 67 0 25 2C 1B A 25 38
Octal 271 164 147 0 45 54 33 12 45 70
Binary 10111001 1110100 1100111 0 100101 101100 11011 1010 100101 111000

Color Harmonies of #B97467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97467

Black with #B97467

Text Example


Text Example

White with #B97467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97467; }

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

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

background-color css

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

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

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

border-color css

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

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

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