Html Css Color HEX #B5204A Old Rose

📋 copy color: '#B5204A'

red 181 ◦ green 32 ◦ blue 74

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

Shades of Old Rose #B5204A

Tints of Old Rose #B5204A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 25.78%

R = 63.07%
G = 11.15%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B5204A (or 0xB5204A) is known color: Old Rose. HEX triplet: B5, 20 and 4A. RGB value is (181,32,74). Sum of RGB (Red+Green+Blue) = 181+32+74=287 (38% of max value = 765). Red value is 181 (71.09% from 255 or 63.07% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 181 - color contains mainly: red. Hex color #B5204A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5204A is #4ADFB5. Grayscale: #515151. Windows color (decimal): -4906934 or 4858037. OLE color: 4858037.

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

Color convert

RGB 181 32 74 -
CMYK 0 0.82 0.59 0.29
HSL 343.09º 0.7% 0.42% -
HSV(B) 343.09º 0.82% 0.71% -
XYZ 20.81 11.35 7.57 -
YUV 81.34 123.86 199.08 -
System Red Green Blue C M Y K H S L
Decimal 181 32 74 0 0.82 0.59 0.29 343.09 0.7 0.42
Hex B5 20 4A 0 52 3B 1D 157 46 2A
Octal 265 40 112 0 122 73 35 527 106 52
Binary 10110101 100000 1001010 0 1010010 111011 11101 101010111 1000110 101010

Color Harmonies of #B5204A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5204A

Black with #B5204A

Text Example


Text Example

White with #B5204A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5204A; }

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

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

background-color css

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

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

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

border-color css

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

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

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