Html Css Color HEX #B81E49 Old Rose

📋 copy color: '#B81E49'

red 184 ◦ green 30 ◦ blue 73

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

Shades of Old Rose #B81E49

Tints of Old Rose #B81E49

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.45%

 BLUE value IS 73 (28.91% from 255) = 25.44%

R = 64.11%
G = 10.45%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B81E49 (or 0xB81E49) is known color: Old Rose. HEX triplet: B8, 1E and 49. RGB value is (184,30,73). Sum of RGB (Red+Green+Blue) = 184+30+73=287 (38% of max value = 765). Red value is 184 (72.27% from 255 or 64.11% from 287); Green value is 30 (12.11% from 255 or 10.45% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 184 - color contains mainly: red. Hex color #B81E49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81E49 is #47E1B6. Grayscale: #505050. Windows color (decimal): -4710839 or 4791992. OLE color: 4791992.

HSL color Cylindrical-coordinate representation of color #B81E49: hue angle of 343.25º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B81E49 is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 30 73 -
CMYK 0 0.84 0.60 0.28
HSL 343.25º 0.72% 0.42% -
HSV(B) 343.25º 0.84% 0.72% -
XYZ 21.43 11.6 7.41 -
YUV 80.95 123.52 201.5 -
System Red Green Blue C M Y K H S L
Decimal 184 30 73 0 0.84 0.60 0.28 343.25 0.72 0.42
Hex B8 1E 49 0 54 3C 1C 157 48 2A
Octal 270 36 111 0 124 74 34 527 110 52
Binary 10111000 11110 1001001 0 1010100 111100 11100 101010111 1001000 101010

Color Harmonies of #B81E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81E49

Black with #B81E49

Text Example


Text Example

White with #B81E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81E49; }

 p { color: rgb(184,30,73); }

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

background-color css

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

 a { background-color: rgb(184,30,73); }

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

border-color css

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

 span { border-color: rgb(184,30,73); }

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