#b9695d

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

Shades of Contessa #B9695D

Tints of Contessa #B9695D

Color information

#B9695D (or 0xB9695D) is unknown color: approx Contessa. HEX triplet: B9, 69 and 5D. RGB value is (185,105,93). Sum of RGB (Red+Green+Blue) = 185+105+93=383 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.30% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 185 - color contains mainly: red. Hex color #B9695D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9695D is #4696A2. Grayscale: #7F7F7F. Windows color (decimal): -4626083 or 6121913. OLE color: 6121913.

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

Color convert

RGB18510593-
CMYK00.430.500.27
HSL7.83º39.66%54.51%-
HSV(B)7.83º49.73%72.55%-
XYZ27.0321.2113.02-
YUV127.55108.5168.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.30%
GREEN value IS 105 (41.41% from 255) = 27.42%
BLUE value IS 93 (36.72% from 255) = 24.28%
R=48.30%
G=27.42%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851059300.430.500.277.8339.6654.51
HexB9695D02B321B82837
Octal2711511350536233105067
Binary10111001110100110111010101011110010110111000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9695d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9695d; }

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

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

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

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

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

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

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

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