#B62756

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

Shades of Old Rose #B62756

Tints of Old Rose #B62756

Color information

#B62756 (or 0xB62756) is unknown color: approx Old Rose. HEX triplet: B6, 27 and 56. RGB value is (182,39,86). Sum of RGB (Red+Green+Blue) = 182+39+86=307 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.28% from 307); Green value is 39 (15.62% from 255 or 12.70% from 307); Blue value is 86 (33.98% from 255 or 28.01% from 307); Max value from RGB is 182 - color contains mainly: red. Hex color #B62756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62756 is #49D8A9. Grayscale: #575757. Windows color (decimal): -4839594 or 5646262. OLE color: 5646262.

HSL color Cylindrical-coordinate representation of color #B62756: hue angle of 340.28º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B62756 is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB1823986-
CMYK00.790.530.29
HSL340.28º64.71%43.33%-
HSV(B)340.28º78.57%71.37%-
XYZ21.712.079.99-
YUV87.12127.38195.68-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 59.28%
GREEN value IS 39 (15.62% from 255) = 12.70%
BLUE value IS 86 (33.98% from 255) = 28.01%
R=59.28%
G=12.70%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182398600.790.530.29340.2864.7143.33
HexB6275604F351D154412b
Octal266471260117653552410153
Binary10110110100111101011001001111110101111011010101001000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62756; }

 p { color: rgb(182,39,86); }

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

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

 a { background-color: rgb(182,39,86); }

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

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

 span { border-color: rgb(182,39,86); }

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