Html Css Color HEX #B82859 Old Rose

📋 copy color: '#B82859'

red 184 ◦ green 40 ◦ blue 89

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

Shades of Old Rose #B82859

Tints of Old Rose #B82859

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 28.43%

R = 58.79%
G = 12.78%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.52

 K value IS 0.28

RGB Variations

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

Color information

#B82859 (or 0xB82859) is known color: Old Rose. HEX triplet: B8, 28 and 59. RGB value is (184,40,89). Sum of RGB (Red+Green+Blue) = 184+40+89=313 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.79% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 89 (35.16% from 255 or 28.43% from 313); Max value from RGB is 184 - color contains mainly: red. Hex color #B82859 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82859 is #47D7A6. Grayscale: #585858. Windows color (decimal): -4708263 or 5843128. OLE color: 5843128.

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

Color convert

RGB 184 40 89 -
CMYK 0 0.78 0.52 0.28
HSL 339.58º 0.64% 0.44% -
HSV(B) 339.58º 0.78% 0.72% -
XYZ 22.33 12.43 10.67 -
YUV 88.64 128.21 196.02 -
System Red Green Blue C M Y K H S L
Decimal 184 40 89 0 0.78 0.52 0.28 339.58 0.64 0.44
Hex B8 28 59 0 4E 34 1C 154 40 2C
Octal 270 50 131 0 116 64 34 524 100 54
Binary 10111000 101000 1011001 0 1001110 110100 11100 101010100 1000000 101100

Color Harmonies of #B82859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82859

Black with #B82859

Text Example


Text Example

White with #B82859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82859; }

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

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

background-color css

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

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

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

border-color css

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

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

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