#B97462

Color #B97462 Contessa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Contessa #B97462

Tints of Contessa #B97462

Color information

#B97462 (or 0xB97462) is unknown color: approx Contessa. HEX triplet: B9, 74 and 62. RGB value is (185,116,98). Sum of RGB (Red+Green+Blue) = 185+116+98=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 116 (45.70% from 255 or 29.07% from 399); Blue value is 98 (38.67% from 255 or 24.56% from 399); Max value from RGB is 185 - color contains mainly: red. Hex color #B97462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97462 is #468B9D. Grayscale: #868686. Windows color (decimal): -4623262 or 6452409. OLE color: 6452409.

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

Color convert

RGB18511698-
CMYK00.370.470.27
HSL12.41º38.33%55.49%-
HSV(B)12.41º47.03%72.55%-
XYZ28.4623.6914.63-
YUV134.58107.36163.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.37%
GREEN value IS 116 (45.70% from 255) = 29.07%
BLUE value IS 98 (38.67% from 255) = 24.56%
R=46.37%
G=29.07%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851169800.370.470.2712.4138.3355.49
HexB974620252F1Bc2637
Octal2711641420455733144667
Binary10111001111010011000100100101101111110111100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97462; }

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

 H1.HeaderClassName
 {
   color: #B97462;
 }
 .AnyTagClassName
 {
   color: #B97462;
 }
</style>
background-color css

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

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

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

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

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

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