#B6294D

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

Shades of Old Rose #B6294D

Tints of Old Rose #B6294D

Color information

#B6294D (or 0xB6294D) is unknown color: approx Old Rose. HEX triplet: B6, 29 and 4D. RGB value is (182,41,77). Sum of RGB (Red+Green+Blue) = 182+41+77=300 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.67% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 77 (30.47% from 255 or 25.67% from 300); Max value from RGB is 182 - color contains mainly: red. Hex color #B6294D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6294D is #49D6B2. Grayscale: #575757. Windows color (decimal): -4839091 or 5056950. OLE color: 5056950.

HSL color Cylindrical-coordinate representation of color #B6294D: hue angle of 344.68º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B6294D is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB1824177-
CMYK00.770.580.29
HSL344.68º63.23%43.73%-
HSV(B)344.68º77.47%71.37%-
XYZ21.4212.078.22-
YUV87.26122.21195.57-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 60.67%
GREEN value IS 41 (16.41% from 255) = 13.67%
BLUE value IS 77 (30.47% from 255) = 25.67%
R=60.67%
G=13.67%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182417700.770.580.29344.6863.2343.73
HexB6294D04D3A1D1593f2c
Octal26651115011572355317754
Binary1011011010100110011010100110111101011101101011001111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6294D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6294D; }

 p { color: rgb(182,41,77); }

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

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

 a { background-color: rgb(182,41,77); }

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

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

 span { border-color: rgb(182,41,77); }

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