Html Css Color HEX #B82155 Old Rose

📋 copy color: '#B82155'

red 184 ◦ green 33 ◦ blue 85

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

Shades of Old Rose #B82155

Tints of Old Rose #B82155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 28.15%

R = 60.93%
G = 10.93%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B82155 (or 0xB82155) is known color: Old Rose. HEX triplet: B8, 21 and 55. RGB value is (184,33,85). Sum of RGB (Red+Green+Blue) = 184+33+85=302 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.93% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 85 (33.59% from 255 or 28.15% from 302); Max value from RGB is 184 - color contains mainly: red. Hex color #B82155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82155 is #47DEAA. Grayscale: #545454. Windows color (decimal): -4710059 or 5579192. OLE color: 5579192.

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

Color convert

RGB 184 33 85 -
CMYK 0 0.82 0.54 0.28
HSL 339.34º 0.7% 0.43% -
HSV(B) 339.34º 0.82% 0.72% -
XYZ 21.95 11.93 9.74 -
YUV 84.08 128.53 199.27 -
System Red Green Blue C M Y K H S L
Decimal 184 33 85 0 0.82 0.54 0.28 339.34 0.7 0.43
Hex B8 21 55 0 52 36 1C 153 46 2B
Octal 270 41 125 0 122 66 34 523 106 53
Binary 10111000 100001 1010101 0 1010010 110110 11100 101010011 1000110 101011

Color Harmonies of #B82155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82155

Black with #B82155

Text Example


Text Example

White with #B82155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82155; }

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

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

background-color css

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

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

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

border-color css

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

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

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