#B04249

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

Shades of Night Shadz #B04249

Tints of Night Shadz #B04249

Color information

#B04249 (or 0xB04249) is unknown color: approx Night Shadz. HEX triplet: B0, 42 and 49. RGB value is (176,66,73). Sum of RGB (Red+Green+Blue) = 176+66+73=315 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.87% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 73 (28.91% from 255 or 23.17% from 315); Max value from RGB is 176 - color contains mainly: red. Hex color #B04249 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04249 is #4FBDB6. Grayscale: #636363. Windows color (decimal): -5225911 or 4801200. OLE color: 4801200.

HSL color Cylindrical-coordinate representation of color #B04249: hue angle of 356.18º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B04249 is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB1766673-
CMYK00.620.590.31
HSL356.18º45.45%47.45%-
HSV(B)356.18º62.5%69.02%-
XYZ21.0613.617.82-
YUV99.69112.94182.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 55.87%
GREEN value IS 66 (26.17% from 255) = 20.95%
BLUE value IS 73 (28.91% from 255) = 23.17%
R=55.87%
G=20.95%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176667300.620.590.31356.1845.4547.45
HexB0424903E3B1F1642d2f
Octal26010211107673375445557
Binary1011000010000101001001011111011101111111101100100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04249; }

 p { color: rgb(176,66,73); }

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

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

 a { background-color: rgb(176,66,73); }

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

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

 span { border-color: rgb(176,66,73); }

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