#B04348

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

Shades of Night Shadz #B04348

Tints of Night Shadz #B04348

Color information

#B04348 (or 0xB04348) is unknown color: approx Night Shadz. HEX triplet: B0, 43 and 48. RGB value is (176,67,72). Sum of RGB (Red+Green+Blue) = 176+67+72=315 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.87% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 176 - color contains mainly: red. Hex color #B04348 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04348 is #4FBCB7. Grayscale: #646464. Windows color (decimal): -5225656 or 4735920. OLE color: 4735920.

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

Color convert

RGB1766772-
CMYK00.620.590.31
HSL357.25º44.86%47.65%-
HSV(B)357.25º61.93%69.02%-
XYZ21.0813.717.67-
YUV100.16112.11182.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 55.87%
GREEN value IS 67 (26.56% from 255) = 21.27%
BLUE value IS 72 (28.52% from 255) = 22.86%
R=55.87%
G=21.27%
B=22.86%

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
Decimal176677200.620.590.31357.2544.8647.65
HexB0434803E3B1F1652d30
Octal26010311007673375455560
Binary1011000010000111001000011111011101111111101100101101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04348; }

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

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

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

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

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

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

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

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