#b62658

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

Shades of Old Rose #B62658

Tints of Old Rose #B62658

Color information

#B62658 (or 0xB62658) is unknown color: approx Old Rose. HEX triplet: B6, 26 and 58. RGB value is (182,38,88). Sum of RGB (Red+Green+Blue) = 182+38+88=308 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.09% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 88 (34.77% from 255 or 28.57% from 308); Max value from RGB is 182 - color contains mainly: red. Hex color #B62658 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62658 is #49D9A7. Grayscale: #565656. Windows color (decimal): -4839848 or 5777078. OLE color: 5777078.

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

Color convert

RGB1823888-
CMYK00.790.520.29
HSL339.17º65.45%43.14%-
HSV(B)339.17º79.12%71.37%-
XYZ21.7512.0410.41-
YUV86.76128.71195.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 59.09%
GREEN value IS 38 (15.23% from 255) = 12.34%
BLUE value IS 88 (34.77% from 255) = 28.57%
R=59.09%
G=12.34%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182388800.790.520.29339.1765.4543.14
HexB6265804F341D153412b
Octal266461300117643552310153
Binary10110110100110101100001001111110100111011010100111000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b62658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b62658; }

 p { color: rgb(182,38,88); }

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

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

 a { background-color: rgb(182,38,88); }

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

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

 span { border-color: rgb(182,38,88); }

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