Html Css Color HEX #B82359 Old Rose

📋 copy color: '#B82359'

red 184 ◦ green 35 ◦ blue 89

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

Shades of Old Rose #B82359

Tints of Old Rose #B82359

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.36%

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

R = 59.74%
G = 11.36%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.28

RGB Variations

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

Color information

#B82359 (or 0xB82359) is known color: Old Rose. HEX triplet: B8, 23 and 59. RGB value is (184,35,89). Sum of RGB (Red+Green+Blue) = 184+35+89=308 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.74% from 308); Green value is 35 (14.06% from 255 or 11.36% from 308); Blue value is 89 (35.16% from 255 or 28.90% from 308); Max value from RGB is 184 - color contains mainly: red. Hex color #B82359 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82359 is #47DCA6. Grayscale: #555555. Windows color (decimal): -4709543 or 5841848. OLE color: 5841848.

HSL color Cylindrical-coordinate representation of color #B82359: hue angle of 338.26º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B82359 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 35 89 -
CMYK 0 0.81 0.52 0.28
HSL 338.26º 0.68% 0.43% -
HSV(B) 338.26º 0.81% 0.72% -
XYZ 22.17 12.11 10.62 -
YUV 85.71 129.86 198.11 -
System Red Green Blue C M Y K H S L
Decimal 184 35 89 0 0.81 0.52 0.28 338.26 0.68 0.43
Hex B8 23 59 0 51 34 1C 152 44 2B
Octal 270 43 131 0 121 64 34 522 104 53
Binary 10111000 100011 1011001 0 1010001 110100 11100 101010010 1000100 101011

Color Harmonies of #B82359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82359

Black with #B82359

Text Example


Text Example

White with #B82359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82359; }

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

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

background-color css

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

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

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

border-color css

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

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

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