#B8645E

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

Shades of Contessa #B8645E

Tints of Contessa #B8645E

Color information

#B8645E (or 0xB8645E) is unknown color: approx Contessa. HEX triplet: B8, 64 and 5E. RGB value is (184,100,94). Sum of RGB (Red+Green+Blue) = 184+100+94=378 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.68% from 378); Green value is 100 (39.45% from 255 or 26.46% from 378); Blue value is 94 (37.11% from 255 or 24.87% from 378); Max value from RGB is 184 - color contains mainly: red. Hex color #B8645E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8645E is #479BA1. Grayscale: #7C7C7C. Windows color (decimal): -4692898 or 6186168. OLE color: 6186168.

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

Color convert

RGB18410094-
CMYK00.460.490.28
HSL38.79%54.51%-
HSV(B)48.91%72.16%-
XYZ26.3420.1113.08-
YUV124.43110.83170.49-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.68%
GREEN value IS 100 (39.45% from 255) = 26.46%
BLUE value IS 94 (37.11% from 255) = 24.87%
R=48.68%
G=26.46%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841009400.460.490.28438.7954.51
HexB8645E02E311C42737
Octal270144136056613444767
Binary1011100011001001011110010111011000111100100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8645E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8645E; }

 p { color: rgb(184,100,94); }

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

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

 a { background-color: rgb(184,100,94); }

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

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

 span { border-color: rgb(184,100,94); }

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