#B9685C

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

Shades of Contessa #B9685C

Tints of Contessa #B9685C

Color information

#B9685C (or 0xB9685C) is unknown color: approx Contessa. HEX triplet: B9, 68 and 5C. RGB value is (185,104,92). Sum of RGB (Red+Green+Blue) = 185+104+92=381 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.56% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 92 (36.33% from 255 or 24.15% from 381); Max value from RGB is 185 - color contains mainly: red. Hex color #B9685C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9685C is #4697A3. Grayscale: #7E7E7E. Windows color (decimal): -4626340 or 6056121. OLE color: 6056121.

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

Color convert

RGB18510492-
CMYK00.440.500.27
HSL7.74º39.91%54.31%-
HSV(B)7.74º50.27%72.55%-
XYZ26.8920.9912.76-
YUV126.85108.34169.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.56%
GREEN value IS 104 (41.02% from 255) = 27.30%
BLUE value IS 92 (36.33% from 255) = 24.15%
R=48.56%
G=27.30%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851049200.440.500.277.7439.9154.31
HexB9685C02C321B82836
Octal2711501340546233105066
Binary10111001110100010111000101100110010110111000101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9685C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9685C; }

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

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

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

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

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

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

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

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