#B97B6A

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

Shades of Contessa #B97B6A

Tints of Contessa #B97B6A

Color information

#B97B6A (or 0xB97B6A) is unknown color: approx Contessa. HEX triplet: B9, 7B and 6A. RGB value is (185,123,106). Sum of RGB (Red+Green+Blue) = 185+123+106=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 123 (48.44% from 255 or 29.71% from 414); Blue value is 106 (41.80% from 255 or 25.60% from 414); Max value from RGB is 185 - color contains mainly: red. Hex color #B97B6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97B6A is #468495. Grayscale: #8B8B8B. Windows color (decimal): -4621462 or 6978489. OLE color: 6978489.

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

Color convert

RGB185123106-
CMYK00.340.430.27
HSL12.91º36.07%57.06%-
HSV(B)12.91º42.7%72.55%-
XYZ29.6925.5217-
YUV139.6109.04160.38-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.69%
GREEN value IS 123 (48.44% from 255) = 29.71%
BLUE value IS 106 (41.80% from 255) = 25.60%
R=44.69%
G=29.71%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512310600.340.430.2712.9136.0757.06
HexB97B6A0222B1Bd2439
Octal2711731520425333154471
Binary10111001111101111010100100010101011110111101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97B6A; }

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

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

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

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

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

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

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

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