#B04148

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

Shades of Night Shadz #B04148

Tints of Night Shadz #B04148

Color information

#B04148 (or 0xB04148) is unknown color: approx Night Shadz. HEX triplet: B0, 41 and 48. RGB value is (176,65,72). Sum of RGB (Red+Green+Blue) = 176+65+72=313 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.23% from 313); Green value is 65 (25.78% from 255 or 20.77% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 176 - color contains mainly: red. Hex color #B04148 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04148 is #4FBEB7. Grayscale: #636363. Windows color (decimal): -5226168 or 4735408. OLE color: 4735408.

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

Color convert

RGB1766572-
CMYK00.630.590.31
HSL356.22º46.06%47.25%-
HSV(B)356.22º63.07%69.02%-
XYZ20.9613.487.63-
YUV98.99112.77182.93-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 56.23%
GREEN value IS 65 (25.78% from 255) = 20.77%
BLUE value IS 72 (28.52% from 255) = 23.00%
R=56.23%
G=20.77%
B=23.00%

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
Decimal176657200.630.590.31356.2246.0647.25
HexB0414803F3B1F1642e2f
Octal26010111007773375445657
Binary1011000010000011001000011111111101111111101100100101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04148; }

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

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

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

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

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

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

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

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