Html Css Color HEX #B82860 Old Rose

📋 copy color: '#B82860'

red 184 ◦ green 40 ◦ blue 96

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

Shades of Old Rose #B82860

Tints of Old Rose #B82860

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.5%

 BLUE value IS 96 (37.89% from 255) = 30%

R = 57.5%
G = 12.5%
B = 30%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B82860 (or 0xB82860) is known color: Old Rose. HEX triplet: B8, 28 and 60. RGB value is (184,40,96). Sum of RGB (Red+Green+Blue) = 184+40+96=320 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.5% from 320); Green value is 40 (16.02% from 255 or 12.5% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 184 - color contains mainly: red. Hex color #B82860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82860 is #47D79F. Grayscale: #595959. Windows color (decimal): -4708256 or 6301880. OLE color: 6301880.

HSL color Cylindrical-coordinate representation of color #B82860: hue angle of 336.67º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B82860 is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 40 96 -
CMYK 0 0.78 0.48 0.28
HSL 336.67º 0.64% 0.44% -
HSV(B) 336.67º 0.78% 0.72% -
XYZ 22.64 12.55 12.3 -
YUV 89.44 131.71 195.45 -
System Red Green Blue C M Y K H S L
Decimal 184 40 96 0 0.78 0.48 0.28 336.67 0.64 0.44
Hex B8 28 60 0 4E 30 1C 151 40 2C
Octal 270 50 140 0 116 60 34 521 100 54
Binary 10111000 101000 1100000 0 1001110 110000 11100 101010001 1000000 101100

Color Harmonies of #B82860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82860

Black with #B82860

Text Example


Text Example

White with #B82860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82860; }

 p { color: rgb(184,40,96); }

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

background-color css

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

 a { background-color: rgb(184,40,96); }

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

border-color css

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

 span { border-color: rgb(184,40,96); }

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