#B6364F

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

Shades of Old Rose #B6364F

Tints of Old Rose #B6364F

Color information

#B6364F (or 0xB6364F) is unknown color: approx Old Rose. HEX triplet: B6, 36 and 4F. RGB value is (182,54,79). Sum of RGB (Red+Green+Blue) = 182+54+79=315 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.78% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 79 (31.25% from 255 or 25.08% from 315); Max value from RGB is 182 - color contains mainly: red. Hex color #B6364F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6364F is #49C9B0. Grayscale: #5F5F5F. Windows color (decimal): -4835761 or 5191350. OLE color: 5191350.

HSL color Cylindrical-coordinate representation of color #B6364F: hue angle of 348.28º 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 #B6364F is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB1825479-
CMYK00.700.570.29
HSL348.28º54.24%46.27%-
HSV(B)348.28º70.33%71.37%-
XYZ22.0213.158.77-
YUV95.12118.91189.97-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 57.78%
GREEN value IS 54 (21.48% from 255) = 17.14%
BLUE value IS 79 (31.25% from 255) = 25.08%
R=57.78%
G=17.14%
B=25.08%

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
Decimal182547900.700.570.29348.2854.2446.27
HexB6364F046391D15c362e
Octal26666117010671355346656
Binary1011011011011010011110100011011100111101101011100110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6364F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6364F; }

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

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

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

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

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

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

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

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