#B6364E

Color #B6364E Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #B6364E

Tints of Old Rose #B6364E

Color information

#B6364E (or 0xB6364E) is unknown color: approx Old Rose. HEX triplet: B6, 36 and 4E. RGB value is (182,54,78). Sum of RGB (Red+Green+Blue) = 182+54+78=314 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.96% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 78 (30.86% from 255 or 24.84% from 314); Max value from RGB is 182 - color contains mainly: red. Hex color #B6364E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6364E is #49C9B1. Grayscale: #5F5F5F. Windows color (decimal): -4835762 or 5125814. OLE color: 5125814.

HSL color Cylindrical-coordinate representation of color #B6364E: hue angle of 348.75º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B6364E is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB1825478-
CMYK00.700.570.29
HSL348.75º54.24%46.27%-
HSV(B)348.75º70.33%71.37%-
XYZ21.9913.138.58-
YUV95.01118.41190.05-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 57.96%
GREEN value IS 54 (21.48% from 255) = 17.20%
BLUE value IS 78 (30.86% from 255) = 24.84%
R=57.96%
G=17.20%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182547800.700.570.29348.7554.2446.27
HexB6364E046391D15d362e
Octal26666116010671355356656
Binary1011011011011010011100100011011100111101101011101110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6364E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6364E; }

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

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

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

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

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

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

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

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