#B9695E

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

Shades of Contessa #B9695E

Tints of Contessa #B9695E

Color information

#B9695E (or 0xB9695E) is unknown color: approx Contessa. HEX triplet: B9, 69 and 5E. RGB value is (185,105,94). Sum of RGB (Red+Green+Blue) = 185+105+94=384 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.18% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 94 (37.11% from 255 or 24.48% from 384); Max value from RGB is 185 - color contains mainly: red. Hex color #B9695E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9695E is #4696A1. Grayscale: #7F7F7F. Windows color (decimal): -4626082 or 6187449. OLE color: 6187449.

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

Color convert

RGB18510594-
CMYK00.430.490.27
HSL7.25º39.39%54.71%-
HSV(B)7.25º49.19%72.55%-
XYZ27.0821.2313.26-
YUV127.67109168.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.18%
GREEN value IS 105 (41.41% from 255) = 27.34%
BLUE value IS 94 (37.11% from 255) = 24.48%
R=48.18%
G=27.34%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851059400.430.490.277.2539.3954.71
HexB9695E02B311B72737
Octal271151136053613374767
Binary1011100111010011011110010101111000111011111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9695E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9695E; }

 p { color: rgb(185,105,94); }

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

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

 a { background-color: rgb(185,105,94); }

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

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

 span { border-color: rgb(185,105,94); }

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