Html Css Color HEX #B5205A Old Rose

📋 copy color: '#B5205A'

red 181 ◦ green 32 ◦ blue 90

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

Shades of Old Rose #B5205A

Tints of Old Rose #B5205A

RGB

 RED value IS 181 (71.09% from 255) = 59.74%

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

 BLUE value IS 90 (35.55% from 255) = 29.7%

R = 59.74%
G = 10.56%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#B5205A (or 0xB5205A) is known color: Old Rose. HEX triplet: B5, 20 and 5A. RGB value is (181,32,90). Sum of RGB (Red+Green+Blue) = 181+32+90=303 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.74% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 181 - color contains mainly: red. Hex color #B5205A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5205A is #4ADFA5. Grayscale: #535353. Windows color (decimal): -4906918 or 5906613. OLE color: 5906613.

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

Color convert

RGB 181 32 90 -
CMYK 0 0.82 0.50 0.29
HSL 336.64º 0.7% 0.42% -
HSV(B) 336.64º 0.82% 0.71% -
XYZ 21.42 11.59 10.78 -
YUV 83.16 131.86 197.78 -
System Red Green Blue C M Y K H S L
Decimal 181 32 90 0 0.82 0.50 0.29 336.64 0.7 0.42
Hex B5 20 5A 0 52 32 1D 151 46 2A
Octal 265 40 132 0 122 62 35 521 106 52
Binary 10110101 100000 1011010 0 1010010 110010 11101 101010001 1000110 101010

Color Harmonies of #B5205A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5205A

Black with #B5205A

Text Example


Text Example

White with #B5205A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5205A; }

 p { color: rgb(181,32,90); }

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

background-color css

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

 a { background-color: rgb(181,32,90); }

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

border-color css

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

 span { border-color: rgb(181,32,90); }

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