#B14346

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

Shades of Night Shadz #B14346

Tints of Night Shadz #B14346

Color information

#B14346 (or 0xB14346) is unknown color: approx Night Shadz. HEX triplet: B1, 43 and 46. RGB value is (177,67,70). Sum of RGB (Red+Green+Blue) = 177+67+70=314 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.37% from 314); Green value is 67 (26.56% from 255 or 21.34% from 314); Blue value is 70 (27.73% from 255 or 22.29% from 314); Max value from RGB is 177 - color contains mainly: red. Hex color #B14346 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14346 is #4EBCB9. Grayscale: #646464. Windows color (decimal): -5160122 or 4604849. OLE color: 4604849.

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

Color convert

RGB1776770-
CMYK00.620.600.31
HSL358.36º45.08%47.84%-
HSV(B)358.36º62.15%69.41%-
XYZ21.2413.87.34-
YUV100.23110.94182.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.37%
GREEN value IS 67 (26.56% from 255) = 21.34%
BLUE value IS 70 (27.73% from 255) = 22.29%
R=56.37%
G=21.34%
B=22.29%

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
Decimal177677000.620.600.31358.3645.0847.84
HexB1434603E3C1F1662d30
Octal26110310607674375465560
Binary1011000110000111000110011111011110011111101100110101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14346; }

 p { color: rgb(177,67,70); }

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

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

 a { background-color: rgb(177,67,70); }

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

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

 span { border-color: rgb(177,67,70); }

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