Html Css Color HEX #B82149 Old Rose

📋 copy color: '#B82149'

red 184 ◦ green 33 ◦ blue 73

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

Shades of Old Rose #B82149

Tints of Old Rose #B82149

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.38%

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

R = 63.45%
G = 11.38%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B82149 (or 0xB82149) is known color: Old Rose. HEX triplet: B8, 21 and 49. RGB value is (184,33,73). Sum of RGB (Red+Green+Blue) = 184+33+73=290 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.45% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 73 (28.91% from 255 or 25.17% from 290); Max value from RGB is 184 - color contains mainly: red. Hex color #B82149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82149 is #47DEB6. Grayscale: #525252. Windows color (decimal): -4710071 or 4792760. OLE color: 4792760.

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

Color convert

RGB 184 33 73 -
CMYK 0 0.82 0.60 0.28
HSL 344.11º 0.7% 0.43% -
HSV(B) 344.11º 0.82% 0.72% -
XYZ 21.51 11.76 7.44 -
YUV 82.71 122.53 200.25 -
System Red Green Blue C M Y K H S L
Decimal 184 33 73 0 0.82 0.60 0.28 344.11 0.7 0.43
Hex B8 21 49 0 52 3C 1C 158 46 2B
Octal 270 41 111 0 122 74 34 530 106 53
Binary 10111000 100001 1001001 0 1010010 111100 11100 101011000 1000110 101011

Color Harmonies of #B82149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82149

Black with #B82149

Text Example


Text Example

White with #B82149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82149; }

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

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

background-color css

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

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

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

border-color css

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

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

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