#B04246

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

Shades of Night Shadz #B04246

Tints of Night Shadz #B04246

Color information

#B04246 (or 0xB04246) is unknown color: approx Night Shadz. HEX triplet: B0, 42 and 46. RGB value is (176,66,70). Sum of RGB (Red+Green+Blue) = 176+66+70=312 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.41% from 312); Green value is 66 (26.17% from 255 or 21.15% from 312); Blue value is 70 (27.73% from 255 or 22.44% from 312); Max value from RGB is 176 - color contains mainly: red. Hex color #B04246 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04246 is #4FBDB9. Grayscale: #636363. Windows color (decimal): -5225914 or 4604592. OLE color: 4604592.

HSL color Cylindrical-coordinate representation of color #B04246: hue angle of 357.82º 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 #B04246 is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB1766670-
CMYK00.620.600.31
HSL357.82º45.45%47.45%-
HSV(B)357.82º62.5%69.02%-
XYZ20.9613.577.31-
YUV99.35111.44182.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 56.41%
GREEN value IS 66 (26.17% from 255) = 21.15%
BLUE value IS 70 (27.73% from 255) = 22.44%
R=56.41%
G=21.15%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176667000.620.600.31357.8245.4547.45
HexB0424603E3C1F1662d2f
Octal26010210607674375465557
Binary1011000010000101000110011111011110011111101100110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04246; }

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

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

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

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

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

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

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

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