Html Css Color HEX #B82959 Old Rose

📋 copy color: '#B82959'

red 184 ◦ green 41 ◦ blue 89

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

Shades of Old Rose #B82959

Tints of Old Rose #B82959

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.06%

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

R = 58.6%
G = 13.06%
B = 28.34%

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

#B82959 (or 0xB82959) is known color: Old Rose. HEX triplet: B8, 29 and 59. RGB value is (184,41,89). Sum of RGB (Red+Green+Blue) = 184+41+89=314 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.60% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 89 (35.16% from 255 or 28.34% from 314); Max value from RGB is 184 - color contains mainly: red. Hex color #B82959 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82959 is #47D6A6. Grayscale: #595959. Windows color (decimal): -4708007 or 5843384. OLE color: 5843384.

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

Color convert

RGB 184 41 89 -
CMYK 0 0.78 0.52 0.28
HSL 339.86º 0.64% 0.44% -
HSV(B) 339.86º 0.78% 0.72% -
XYZ 22.36 12.5 10.68 -
YUV 89.23 127.88 195.6 -
System Red Green Blue C M Y K H S L
Decimal 184 41 89 0 0.78 0.52 0.28 339.86 0.64 0.44
Hex B8 29 59 0 4E 34 1C 154 40 2C
Octal 270 51 131 0 116 64 34 524 100 54
Binary 10111000 101001 1011001 0 1001110 110100 11100 101010100 1000000 101100

Color Harmonies of #B82959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82959

Black with #B82959

Text Example


Text Example

White with #B82959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82959; }

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

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

background-color css

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

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

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

border-color css

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

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

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