Html Css Color HEX #B42059 Old Rose

📋 copy color: '#B42059'

red 180 ◦ green 32 ◦ blue 89

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

Shades of Old Rose #B42059

Tints of Old Rose #B42059

RGB

 RED value IS 180 (70.7% from 255) = 59.8%

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

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

R = 59.8%
G = 10.63%
B = 29.57%

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

#B42059 (or 0xB42059) is known color: Old Rose. HEX triplet: B4, 20 and 59. RGB value is (180,32,89). Sum of RGB (Red+Green+Blue) = 180+32+89=301 (39% of max value = 765). Red value is 180 (70.70% from 255 or 59.80% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 89 (35.16% from 255 or 29.57% from 301); Max value from RGB is 180 - color contains mainly: red. Hex color #B42059 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42059 is #4BDFA6. Grayscale: #525252. Windows color (decimal): -4972455 or 5841076. OLE color: 5841076.

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

Color convert

RGB 180 32 89 -
CMYK 0 0.82 0.51 0.29
HSL 336.89º 0.7% 0.42% -
HSV(B) 336.89º 0.82% 0.71% -
XYZ 21.14 11.46 10.55 -
YUV 82.75 131.53 197.37 -
System Red Green Blue C M Y K H S L
Decimal 180 32 89 0 0.82 0.51 0.29 336.89 0.7 0.42
Hex B4 20 59 0 52 33 1D 151 46 2A
Octal 264 40 131 0 122 63 35 521 106 52
Binary 10110100 100000 1011001 0 1010010 110011 11101 101010001 1000110 101010

Color Harmonies of #B42059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42059

Black with #B42059

Text Example


Text Example

White with #B42059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42059; }

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

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

background-color css

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

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

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

border-color css

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

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

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