#B14247

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

Shades of Night Shadz #B14247

Tints of Night Shadz #B14247

Color information

#B14247 (or 0xB14247) is unknown color: approx Night Shadz. HEX triplet: B1, 42 and 47. RGB value is (177,66,71). Sum of RGB (Red+Green+Blue) = 177+66+71=314 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.37% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 71 (28.12% from 255 or 22.61% from 314); Max value from RGB is 177 - color contains mainly: red. Hex color #B14247 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14247 is #4EBDB8. Grayscale: #636363. Windows color (decimal): -5160377 or 4670129. OLE color: 4670129.

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

Color convert

RGB1776671-
CMYK00.630.600.31
HSL357.3º45.68%47.65%-
HSV(B)357.3º62.71%69.41%-
XYZ21.2213.77.49-
YUV99.76111.77183.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.37%
GREEN value IS 66 (26.17% from 255) = 21.02%
BLUE value IS 71 (28.12% from 255) = 22.61%
R=56.37%
G=21.02%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177667100.630.600.31357.345.6847.65
HexB1424703F3C1F1652e30
Octal26110210707774375455660
Binary1011000110000101000111011111111110011111101100101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14247; }

 p { color: rgb(177,66,71); }

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

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

 a { background-color: rgb(177,66,71); }

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

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

 span { border-color: rgb(177,66,71); }

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