Html Css Color HEX #B82052 Old Rose

📋 copy color: '#B82052'

red 184 ◦ green 32 ◦ blue 82

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

Shades of Old Rose #B82052

Tints of Old Rose #B82052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 27.52%

R = 61.74%
G = 10.74%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B82052 (or 0xB82052) is known color: Old Rose. HEX triplet: B8, 20 and 52. RGB value is (184,32,82). Sum of RGB (Red+Green+Blue) = 184+32+82=298 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.74% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 82 (32.42% from 255 or 27.52% from 298); Max value from RGB is 184 - color contains mainly: red. Hex color #B82052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82052 is #47DFAD. Grayscale: #535353. Windows color (decimal): -4710318 or 5382328. OLE color: 5382328.

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

Color convert

RGB 184 32 82 -
CMYK 0 0.83 0.55 0.28
HSL 340.26º 0.7% 0.42% -
HSV(B) 340.26º 0.83% 0.72% -
XYZ 21.81 11.83 9.12 -
YUV 83.15 127.36 199.93 -
System Red Green Blue C M Y K H S L
Decimal 184 32 82 0 0.83 0.55 0.28 340.26 0.7 0.42
Hex B8 20 52 0 53 37 1C 154 46 2A
Octal 270 40 122 0 123 67 34 524 106 52
Binary 10111000 100000 1010010 0 1010011 110111 11100 101010100 1000110 101010

Color Harmonies of #B82052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82052

Black with #B82052

Text Example


Text Example

White with #B82052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82052; }

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

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

background-color css

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

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

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

border-color css

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

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

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