#B97B68

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

Shades of Contessa #B97B68

Tints of Contessa #B97B68

Color information

#B97B68 (or 0xB97B68) is unknown color: approx Contessa. HEX triplet: B9, 7B and 68. RGB value is (185,123,104). Sum of RGB (Red+Green+Blue) = 185+123+104=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 123 (48.44% from 255 or 29.85% from 412); Blue value is 104 (41.02% from 255 or 25.24% from 412); Max value from RGB is 185 - color contains mainly: red. Hex color #B97B68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97B68 is #468497. Grayscale: #8B8B8B. Windows color (decimal): -4621464 or 6847417. OLE color: 6847417.

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

Color convert

RGB185123104-
CMYK00.340.440.27
HSL14.07º36.65%56.67%-
HSV(B)14.07º43.78%72.55%-
XYZ29.5925.4816.46-
YUV139.37108.04160.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.90%
GREEN value IS 123 (48.44% from 255) = 29.85%
BLUE value IS 104 (41.02% from 255) = 25.24%
R=44.90%
G=29.85%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512310400.340.440.2714.0736.6556.67
HexB97B680222C1Be2539
Octal2711731500425433164571
Binary10111001111101111010000100010101100110111110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97B68; }

 p { color: rgb(185,123,104); }

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

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

 a { background-color: rgb(185,123,104); }

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

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

 span { border-color: rgb(185,123,104); }

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