#B8645F

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

Shades of Contessa #B8645F

Tints of Contessa #B8645F

Color information

#B8645F (or 0xB8645F) is unknown color: approx Contessa. HEX triplet: B8, 64 and 5F. RGB value is (184,100,95). Sum of RGB (Red+Green+Blue) = 184+100+95=379 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.55% from 379); Green value is 100 (39.45% from 255 or 26.39% from 379); Blue value is 95 (37.5% from 255 or 25.07% from 379); Max value from RGB is 184 - color contains mainly: red. Hex color #B8645F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8645F is #479BA0. Grayscale: #7C7C7C. Windows color (decimal): -4692897 or 6251704. OLE color: 6251704.

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

Color convert

RGB18410095-
CMYK00.460.480.28
HSL3.37º38.53%54.71%-
HSV(B)3.37º48.37%72.16%-
XYZ26.3920.1313.32-
YUV124.55111.33170.41-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.55%
GREEN value IS 100 (39.45% from 255) = 26.39%
BLUE value IS 95 (37.5% from 255) = 25.07%
R=48.55%
G=26.39%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841009500.460.480.283.3738.5354.71
HexB8645F02E301C32737
Octal270144137056603434767
Binary101110001100100101111101011101100001110011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8645F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8645F; }

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

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

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

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

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

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

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

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