Html Css Color HEX #B81B49 Old Rose

📋 copy color: '#B81B49'

red 184 ◦ green 27 ◦ blue 73

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

Shades of Old Rose #B81B49

Tints of Old Rose #B81B49

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.51%

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

R = 64.79%
G = 9.51%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B81B49 (or 0xB81B49) is known color: Old Rose. HEX triplet: B8, 1B and 49. RGB value is (184,27,73). Sum of RGB (Red+Green+Blue) = 184+27+73=284 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.79% from 284); Green value is 27 (10.94% from 255 or 9.51% from 284); Blue value is 73 (28.91% from 255 or 25.70% from 284); Max value from RGB is 184 - color contains mainly: red. Hex color #B81B49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81B49 is #47E4B6. Grayscale: #4F4F4F. Windows color (decimal): -4711607 or 4791224. OLE color: 4791224.

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

Color convert

RGB 184 27 73 -
CMYK 0 0.85 0.60 0.28
HSL 342.42º 0.74% 0.41% -
HSV(B) 342.42º 0.85% 0.72% -
XYZ 21.36 11.46 7.39 -
YUV 79.19 124.51 202.76 -
System Red Green Blue C M Y K H S L
Decimal 184 27 73 0 0.85 0.60 0.28 342.42 0.74 0.41
Hex B8 1B 49 0 55 3C 1C 156 4A 29
Octal 270 33 111 0 125 74 34 526 112 51
Binary 10111000 11011 1001001 0 1010101 111100 11100 101010110 1001010 101001

Color Harmonies of #B81B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81B49

Black with #B81B49

Text Example


Text Example

White with #B81B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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