#B8756F

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

Shades of Contessa #B8756F

Tints of Contessa #B8756F

Color information

#B8756F (or 0xB8756F) is unknown color: approx Contessa. HEX triplet: B8, 75 and 6F. RGB value is (184,117,111). Sum of RGB (Red+Green+Blue) = 184+117+111=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 111 (43.75% from 255 or 26.94% from 412); Max value from RGB is 184 - color contains mainly: red. Hex color #B8756F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8756F is #478A90. Grayscale: #888888. Windows color (decimal): -4688529 or 7304632. OLE color: 7304632.

HSL color Cylindrical-coordinate representation of color #B8756F: hue angle of 4.93º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B8756F is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB184117111-
CMYK00.360.400.28
HSL4.93º33.95%57.84%-
HSV(B)4.93º39.67%72.16%-
XYZ2924.0618.15-
YUV136.35113.7161.99-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.66%
GREEN value IS 117 (46.09% from 255) = 28.40%
BLUE value IS 111 (43.75% from 255) = 26.94%
R=44.66%
G=28.40%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411711100.360.400.284.9333.9557.84
HexB8756F024281C5223a
Octal270165157044503454272
Binary1011100011101011101111010010010100011100101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8756F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8756F; }

 p { color: rgb(184,117,111); }

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

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

 a { background-color: rgb(184,117,111); }

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

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

 span { border-color: rgb(184,117,111); }

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