#B97068

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

Shades of Contessa #B97068

Tints of Contessa #B97068

Color information

#B97068 (or 0xB97068) is unknown color: approx Contessa. HEX triplet: B9, 70 and 68. RGB value is (185,112,104). Sum of RGB (Red+Green+Blue) = 185+112+104=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 185 - color contains mainly: red. Hex color #B97068 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97068 is #468F97. Grayscale: #858585. Windows color (decimal): -4624280 or 6844601. OLE color: 6844601.

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

Color convert

RGB185112104-
CMYK00.390.440.27
HSL5.93º36.65%56.67%-
HSV(B)5.93º43.78%72.55%-
XYZ28.322.916.03-
YUV132.92111.68165.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.13%
GREEN value IS 112 (44.14% from 255) = 27.93%
BLUE value IS 104 (41.02% from 255) = 25.94%
R=46.13%
G=27.93%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511210400.390.440.275.9336.6556.67
HexB970680272C1B62539
Octal271160150047543364571
Binary1011100111100001101000010011110110011011110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97068; }

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

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

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

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

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

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

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

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