#B04149

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

Shades of Night Shadz #B04149

Tints of Night Shadz #B04149

Color information

#B04149 (or 0xB04149) is unknown color: approx Night Shadz. HEX triplet: B0, 41 and 49. RGB value is (176,65,73). Sum of RGB (Red+Green+Blue) = 176+65+73=314 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.05% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 73 (28.91% from 255 or 23.25% from 314); Max value from RGB is 176 - color contains mainly: red. Hex color #B04149 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04149 is #4FBEB6. Grayscale: #636363. Windows color (decimal): -5226167 or 4800944. OLE color: 4800944.

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

Color convert

RGB1766573-
CMYK00.630.590.31
HSL355.68º46.06%47.25%-
HSV(B)355.68º63.07%69.02%-
XYZ2113.497.8-
YUV99.1113.27182.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 56.05%
GREEN value IS 65 (25.78% from 255) = 20.70%
BLUE value IS 73 (28.91% from 255) = 23.25%
R=56.05%
G=20.70%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176657300.630.590.31355.6846.0647.25
HexB0414903F3B1F1642e2f
Octal26010111107773375445657
Binary1011000010000011001001011111111101111111101100100101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04149; }

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

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

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

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

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

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

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

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