#B97263

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

Shades of Contessa #B97263

Tints of Contessa #B97263

Color information

#B97263 (or 0xB97263) is unknown color: approx Contessa. HEX triplet: B9, 72 and 63. RGB value is (185,114,99). Sum of RGB (Red+Green+Blue) = 185+114+99=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 99 (39.06% from 255 or 24.87% from 398); Max value from RGB is 185 - color contains mainly: red. Hex color #B97263 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97263 is #468D9C. Grayscale: #858585. Windows color (decimal): -4623773 or 6517433. OLE color: 6517433.

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

Color convert

RGB18511499-
CMYK00.380.460.27
HSL10.47º38.05%55.69%-
HSV(B)10.47º46.49%72.55%-
XYZ28.2823.2514.8-
YUV133.52108.52164.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.48%
GREEN value IS 114 (44.92% from 255) = 28.64%
BLUE value IS 99 (39.06% from 255) = 24.87%
R=46.48%
G=28.64%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851149900.380.460.2710.4738.0555.69
HexB972630262E1Ba2638
Octal2711621430465633124670
Binary10111001111001011000110100110101110110111010100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97263; }

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

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

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

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

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

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

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

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