Html Css Color HEX #B5204B Old Rose

📋 copy color: '#B5204B'

red 181 ◦ green 32 ◦ blue 75

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

Shades of Old Rose #B5204B

Tints of Old Rose #B5204B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 26.04%

R = 62.85%
G = 11.11%
B = 26.04%

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

#B5204B (or 0xB5204B) is known color: Old Rose. HEX triplet: B5, 20 and 4B. RGB value is (181,32,75). Sum of RGB (Red+Green+Blue) = 181+32+75=288 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.85% from 288); Green value is 32 (12.89% from 255 or 11.11% from 288); Blue value is 75 (29.69% from 255 or 26.04% from 288); Max value from RGB is 181 - color contains mainly: red. Hex color #B5204B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5204B is #4ADFB4. Grayscale: #515151. Windows color (decimal): -4906933 or 4923573. OLE color: 4923573.

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

Color convert

RGB 181 32 75 -
CMYK 0 0.82 0.59 0.29
HSL 342.68º 0.7% 0.42% -
HSV(B) 342.68º 0.82% 0.71% -
XYZ 20.84 11.36 7.75 -
YUV 81.45 124.36 199 -
System Red Green Blue C M Y K H S L
Decimal 181 32 75 0 0.82 0.59 0.29 342.68 0.7 0.42
Hex B5 20 4B 0 52 3B 1D 157 46 2A
Octal 265 40 113 0 122 73 35 527 106 52
Binary 10110101 100000 1001011 0 1010010 111011 11101 101010111 1000110 101010

Color Harmonies of #B5204B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5204B

Black with #B5204B

Text Example


Text Example

White with #B5204B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5204B; }

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

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

background-color css

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

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

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

border-color css

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

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

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