Html Css Color HEX #B82259 Old Rose

📋 copy color: '#B82259'

red 184 ◦ green 34 ◦ blue 89

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

Shades of Old Rose #B82259

Tints of Old Rose #B82259

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.07%

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

R = 59.93%
G = 11.07%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.52

 K value IS 0.28

RGB Variations

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

Color information

#B82259 (or 0xB82259) is known color: Old Rose. HEX triplet: B8, 22 and 59. RGB value is (184,34,89). Sum of RGB (Red+Green+Blue) = 184+34+89=307 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.93% from 307); Green value is 34 (13.67% from 255 or 11.07% from 307); Blue value is 89 (35.16% from 255 or 28.99% from 307); Max value from RGB is 184 - color contains mainly: red. Hex color #B82259 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82259 is #47DDA6. Grayscale: #555555. Windows color (decimal): -4709799 or 5841592. OLE color: 5841592.

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

Color convert

RGB 184 34 89 -
CMYK 0 0.82 0.52 0.28
HSL 338º 0.69% 0.43% -
HSV(B) 338º 0.82% 0.72% -
XYZ 22.14 12.06 10.61 -
YUV 85.12 130.2 198.53 -
System Red Green Blue C M Y K H S L
Decimal 184 34 89 0 0.82 0.52 0.28 338 0.69 0.43
Hex B8 22 59 0 52 34 1C 152 45 2B
Octal 270 42 131 0 122 64 34 522 105 53
Binary 10111000 100010 1011001 0 1010010 110100 11100 101010010 1000101 101011

Color Harmonies of #B82259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82259

Black with #B82259

Text Example


Text Example

White with #B82259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82259; }

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

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

background-color css

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

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

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

border-color css

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

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

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