Html Css Color HEX #B82049 Old Rose

📋 copy color: '#B82049'

red 184 ◦ green 32 ◦ blue 73

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

Shades of Old Rose #B82049

Tints of Old Rose #B82049

RGB

 RED value IS 184 (72.27% from 255) = 63.67%

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

 BLUE value IS 73 (28.91% from 255) = 25.26%

R = 63.67%
G = 11.07%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B82049 (or 0xB82049) is known color: Old Rose. HEX triplet: B8, 20 and 49. RGB value is (184,32,73). Sum of RGB (Red+Green+Blue) = 184+32+73=289 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.67% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 73 (28.91% from 255 or 25.26% from 289); Max value from RGB is 184 - color contains mainly: red. Hex color #B82049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82049 is #47DFB6. Grayscale: #525252. Windows color (decimal): -4710327 or 4792504. OLE color: 4792504.

HSL color Cylindrical-coordinate representation of color #B82049: hue angle of 343.82º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B82049 is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 32 73 -
CMYK 0 0.83 0.60 0.28
HSL 343.82º 0.7% 0.42% -
HSV(B) 343.82º 0.83% 0.72% -
XYZ 21.49 11.7 7.43 -
YUV 82.12 122.86 200.67 -
System Red Green Blue C M Y K H S L
Decimal 184 32 73 0 0.83 0.60 0.28 343.82 0.7 0.42
Hex B8 20 49 0 53 3C 1C 158 46 2A
Octal 270 40 111 0 123 74 34 530 106 52
Binary 10111000 100000 1001001 0 1010011 111100 11100 101011000 1000110 101010

Color Harmonies of #B82049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82049

Black with #B82049

Text Example


Text Example

White with #B82049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82049; }

 p { color: rgb(184,32,73); }

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

background-color css

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

 a { background-color: rgb(184,32,73); }

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

border-color css

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

 span { border-color: rgb(184,32,73); }

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