#B62755

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

Shades of Old Rose #B62755

Tints of Old Rose #B62755

Color information

#B62755 (or 0xB62755) is unknown color: approx Old Rose. HEX triplet: B6, 27 and 55. RGB value is (182,39,85). Sum of RGB (Red+Green+Blue) = 182+39+85=306 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.48% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 85 (33.59% from 255 or 27.78% from 306); Max value from RGB is 182 - color contains mainly: red. Hex color #B62755 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62755 is #49D8AA. Grayscale: #565656. Windows color (decimal): -4839595 or 5580726. OLE color: 5580726.

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

Color convert

RGB1823985-
CMYK00.790.530.29
HSL340.7º64.71%43.33%-
HSV(B)340.7º78.57%71.37%-
XYZ21.6612.059.78-
YUV87126.88195.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 59.48%
GREEN value IS 39 (15.62% from 255) = 12.75%
BLUE value IS 85 (33.59% from 255) = 27.78%
R=59.48%
G=12.75%
B=27.78%

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
Decimal182398500.790.530.29340.764.7143.33
HexB6275504F351D155412b
Octal266471250117653552510153
Binary10110110100111101010101001111110101111011010101011000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62755; }

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

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

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

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

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

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

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

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