Html Css Color HEX #B82048 Old Rose

📋 copy color: '#B82048'

red 184 ◦ green 32 ◦ blue 72

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

Shades of Old Rose #B82048

Tints of Old Rose #B82048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 25%

R = 63.89%
G = 11.11%
B = 25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B82048 (or 0xB82048) is known color: Old Rose. HEX triplet: B8, 20 and 48. RGB value is (184,32,72). Sum of RGB (Red+Green+Blue) = 184+32+72=288 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.89% from 288); Green value is 32 (12.89% from 255 or 11.11% from 288); Blue value is 72 (28.52% from 255 or 25% from 288); Max value from RGB is 184 - color contains mainly: red. Hex color #B82048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82048 is #47DFB7. Grayscale: #525252. Windows color (decimal): -4710328 or 4726968. OLE color: 4726968.

HSL color Cylindrical-coordinate representation of color #B82048: hue angle of 344.21º 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 #B82048 is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 32 72 -
CMYK 0 0.83 0.61 0.28
HSL 344.21º 0.7% 0.42% -
HSV(B) 344.21º 0.83% 0.72% -
XYZ 21.45 11.69 7.26 -
YUV 82.01 122.36 200.75 -
System Red Green Blue C M Y K H S L
Decimal 184 32 72 0 0.83 0.61 0.28 344.21 0.7 0.42
Hex B8 20 48 0 53 3D 1C 158 46 2A
Octal 270 40 110 0 123 75 34 530 106 52
Binary 10111000 100000 1001000 0 1010011 111101 11100 101011000 1000110 101010

Color Harmonies of #B82048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82048

Black with #B82048

Text Example


Text Example

White with #B82048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82048; }

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

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

background-color css

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

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

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

border-color css

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

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

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