Html Css Color HEX #B5225A Old Rose

📋 copy color: '#B5225A'

red 181 ◦ green 34 ◦ blue 90

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

Shades of Old Rose #B5225A

Tints of Old Rose #B5225A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.15%

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

R = 59.34%
G = 11.15%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#B5225A (or 0xB5225A) is known color: Old Rose. HEX triplet: B5, 22 and 5A. RGB value is (181,34,90). Sum of RGB (Red+Green+Blue) = 181+34+90=305 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.34% from 305); Green value is 34 (13.67% from 255 or 11.15% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 181 - color contains mainly: red. Hex color #B5225A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5225A is #4ADDA5. Grayscale: #545454. Windows color (decimal): -4906406 or 5907125. OLE color: 5907125.

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

Color convert

RGB 181 34 90 -
CMYK 0 0.81 0.50 0.29
HSL 337.14º 0.68% 0.42% -
HSV(B) 337.14º 0.81% 0.71% -
XYZ 21.47 11.71 10.8 -
YUV 84.34 131.2 196.95 -
System Red Green Blue C M Y K H S L
Decimal 181 34 90 0 0.81 0.50 0.29 337.14 0.68 0.42
Hex B5 22 5A 0 51 32 1D 151 44 2A
Octal 265 42 132 0 121 62 35 521 104 52
Binary 10110101 100010 1011010 0 1010001 110010 11101 101010001 1000100 101010

Color Harmonies of #B5225A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5225A

Black with #B5225A

Text Example


Text Example

White with #B5225A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5225A; }

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

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

background-color css

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

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

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

border-color css

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

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

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