Html Css Color HEX #B62059 Old Rose

📋 copy color: '#B62059'

red 182 ◦ green 32 ◦ blue 89

#B62059
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Rose #B62059

Tints of Old Rose #B62059

RGB

 RED value IS 182 (71.48% from 255) = 60.07%

 GREEN value IS 32 (12.89% from 255) = 10.56%

 BLUE value IS 89 (35.16% from 255) = 29.37%

R = 60.07%
G = 10.56%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B62059 (or 0xB62059) is known color: Old Rose. HEX triplet: B6, 20 and 59. RGB value is (182,32,89). Sum of RGB (Red+Green+Blue) = 182+32+89=303 (40% of max value = 765). Red value is 182 (71.48% from 255 or 60.07% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 89 (35.16% from 255 or 29.37% from 303); Max value from RGB is 182 - color contains mainly: red. Hex color #B62059 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62059 is #49DFA6. Grayscale: #535353. Windows color (decimal): -4841383 or 5841078. OLE color: 5841078.

HSL color Cylindrical-coordinate representation of color #B62059: hue angle of 337.2º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B62059 is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 32 89 -
CMYK 0 0.82 0.51 0.29
HSL 337.2º 0.7% 0.42% -
HSV(B) 337.2º 0.82% 0.71% -
XYZ 21.61 11.7 10.57 -
YUV 83.35 131.2 198.37 -
System Red Green Blue C M Y K H S L
Decimal 182 32 89 0 0.82 0.51 0.29 337.2 0.7 0.42
Hex B6 20 59 0 52 33 1D 151 46 2A
Octal 266 40 131 0 122 63 35 521 106 52
Binary 10110110 100000 1011001 0 1010010 110011 11101 101010001 1000110 101010

Color Harmonies of #B62059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62059

Black with #B62059

Text Example


Text Example

White with #B62059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62059; }

 p { color: rgb(182,32,89); }

 H1.HeaderClassName
 {
   color: #B62059;
 }
 .AnyTagClassName
 {
   color: #B62059;
 }
</style>

background-color css

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

 a { background-color: rgb(182,32,89); }

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

border-color css

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

 span { border-color: rgb(182,32,89); }

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