Html Css Color HEX #B5204E Old Rose

📋 copy color: '#B5204E'

red 181 ◦ green 32 ◦ blue 78

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

Shades of Old Rose #B5204E

Tints of Old Rose #B5204E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 26.8%

R = 62.2%
G = 11%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B5204E (or 0xB5204E) is known color: Old Rose. HEX triplet: B5, 20 and 4E. RGB value is (181,32,78). Sum of RGB (Red+Green+Blue) = 181+32+78=291 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.20% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 78 (30.86% from 255 or 26.80% from 291); Max value from RGB is 181 - color contains mainly: red. Hex color #B5204E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5204E is #4ADFB1. Grayscale: #515151. Windows color (decimal): -4906930 or 5120181. OLE color: 5120181.

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

Color convert

RGB 181 32 78 -
CMYK 0 0.82 0.57 0.29
HSL 341.48º 0.7% 0.42% -
HSV(B) 341.48º 0.82% 0.71% -
XYZ 20.95 11.41 8.31 -
YUV 81.8 125.86 198.76 -
System Red Green Blue C M Y K H S L
Decimal 181 32 78 0 0.82 0.57 0.29 341.48 0.7 0.42
Hex B5 20 4E 0 52 39 1D 155 46 2A
Octal 265 40 116 0 122 71 35 525 106 52
Binary 10110101 100000 1001110 0 1010010 111001 11101 101010101 1000110 101010

Color Harmonies of #B5204E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5204E

Black with #B5204E

Text Example


Text Example

White with #B5204E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5204E; }

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

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

background-color css

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

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

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

border-color css

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

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

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