#B97C68

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

Shades of Contessa #B97C68

Tints of Contessa #B97C68

Color information

#B97C68 (or 0xB97C68) is unknown color: approx Contessa. HEX triplet: B9, 7C and 68. RGB value is (185,124,104). Sum of RGB (Red+Green+Blue) = 185+124+104=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 104 (41.02% from 255 or 25.18% from 413); Max value from RGB is 185 - color contains mainly: red. Hex color #B97C68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97C68 is #468397. Grayscale: #8C8C8C. Windows color (decimal): -4621208 or 6847673. OLE color: 6847673.

HSL color Cylindrical-coordinate representation of color #B97C68: hue angle of 14.81º 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 #B97C68 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB185124104-
CMYK00.330.440.27
HSL14.81º36.65%56.67%-
HSV(B)14.81º43.78%72.55%-
XYZ29.7125.7316.5-
YUV139.96107.71160.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.79%
GREEN value IS 124 (48.83% from 255) = 30.02%
BLUE value IS 104 (41.02% from 255) = 25.18%
R=44.79%
G=30.02%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512410400.330.440.2714.8136.6556.67
HexB97C680212C1Bf2539
Octal2711741500415433174571
Binary10111001111110011010000100001101100110111111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97C68; }

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

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

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

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

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

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

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

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