#B7685F

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

Shades of Contessa #B7685F

Tints of Contessa #B7685F

Color information

#B7685F (or 0xB7685F) is unknown color: approx Contessa. HEX triplet: B7, 68 and 5F. RGB value is (183,104,95). Sum of RGB (Red+Green+Blue) = 183+104+95=382 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.91% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 95 (37.5% from 255 or 24.87% from 382); Max value from RGB is 183 - color contains mainly: red. Hex color #B7685F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7685F is #4897A0. Grayscale: #7E7E7E. Windows color (decimal): -4757409 or 6252727. OLE color: 6252727.

HSL color Cylindrical-coordinate representation of color #B7685F: hue angle of 6.14º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B7685F is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB18310495-
CMYK00.430.480.28
HSL6.14º37.93%54.51%-
HSV(B)6.14º48.09%71.76%-
XYZ26.5420.7913.44-
YUV126.59110.17168.23-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.91%
GREEN value IS 104 (41.02% from 255) = 27.23%
BLUE value IS 95 (37.5% from 255) = 24.87%
R=47.91%
G=27.23%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831049500.430.480.286.1437.9354.51
HexB7685F02B301C62637
Octal267150137053603464667
Binary1011011111010001011111010101111000011100110100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7685F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7685F; }

 p { color: rgb(183,104,95); }

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

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

 a { background-color: rgb(183,104,95); }

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

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

 span { border-color: rgb(183,104,95); }

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