#B0364E

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

Shades of Night Shadz #B0364E

Tints of Night Shadz #B0364E

Color information

#B0364E (or 0xB0364E) is unknown color: approx Night Shadz. HEX triplet: B0, 36 and 4E. RGB value is (176,54,78). Sum of RGB (Red+Green+Blue) = 176+54+78=308 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.14% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 78 (30.86% from 255 or 25.32% from 308); Max value from RGB is 176 - color contains mainly: red. Hex color #B0364E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0364E is #4FC9B1. Grayscale: #5D5D5D. Windows color (decimal): -5228978 or 5125808. OLE color: 5125808.

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

Color convert

RGB1765478-
CMYK00.690.560.31
HSL348.2º53.04%45.1%-
HSV(B)348.2º69.32%69.02%-
XYZ20.612.428.52-
YUV93.21119.42187.05-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 57.14%
GREEN value IS 54 (21.48% from 255) = 17.53%
BLUE value IS 78 (30.86% from 255) = 25.32%
R=57.14%
G=17.53%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176547800.690.560.31348.253.0445.1
HexB0364E045381F15c352d
Octal26066116010570375346555
Binary1011000011011010011100100010111100011111101011100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0364E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0364E; }

 p { color: rgb(176,54,78); }

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

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

 a { background-color: rgb(176,54,78); }

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

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

 span { border-color: rgb(176,54,78); }

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