#B8765F

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

Shades of Contessa #B8765F

Tints of Contessa #B8765F

Color information

#B8765F (or 0xB8765F) is unknown color: approx Contessa. HEX triplet: B8, 76 and 5F. RGB value is (184,118,95). Sum of RGB (Red+Green+Blue) = 184+118+95=397 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.35% from 397); Green value is 118 (46.48% from 255 or 29.72% from 397); Blue value is 95 (37.5% from 255 or 23.93% from 397); Max value from RGB is 184 - color contains mainly: red. Hex color #B8765F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8765F is #4789A0. Grayscale: #878787. Windows color (decimal): -4688289 or 6256312. OLE color: 6256312.

HSL color Cylindrical-coordinate representation of color #B8765F: hue angle of 15.51º degrees, saturation: 0.39, 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 #B8765F is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB18411895-
CMYK00.360.480.28
HSL15.51º38.53%54.71%-
HSV(B)15.51º48.37%72.16%-
XYZ28.3123.9713.96-
YUV135.11105.37162.87-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.35%
GREEN value IS 118 (46.48% from 255) = 29.72%
BLUE value IS 95 (37.5% from 255) = 23.93%
R=46.35%
G=29.72%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841189500.360.480.2815.5138.5354.71
HexB8765F024301C102737
Octal2701661370446034204767
Binary101110001110110101111101001001100001110010000100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8765F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8765F; }

 p { color: rgb(184,118,95); }

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

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

 a { background-color: rgb(184,118,95); }

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

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

 span { border-color: rgb(184,118,95); }

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