Html Css Color HEX #B81A55 Old Rose

📋 copy color: '#B81A55'

red 184 ◦ green 26 ◦ blue 85

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

Shades of Old Rose #B81A55

Tints of Old Rose #B81A55

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.81%

 BLUE value IS 85 (33.59% from 255) = 28.81%

R = 62.37%
G = 8.81%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B81A55 (or 0xB81A55) is known color: Old Rose. HEX triplet: B8, 1A and 55. RGB value is (184,26,85). Sum of RGB (Red+Green+Blue) = 184+26+85=295 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.37% from 295); Green value is 26 (10.55% from 255 or 8.81% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 184 - color contains mainly: red. Hex color #B81A55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B81A55 is #47E5AA. Grayscale: #4F4F4F. Windows color (decimal): -4711851 or 5577400. OLE color: 5577400.

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

Color convert

RGB 184 26 85 -
CMYK 0 0.86 0.54 0.28
HSL 337.59º 0.75% 0.41% -
HSV(B) 337.59º 0.86% 0.72% -
XYZ 21.78 11.59 9.68 -
YUV 79.97 130.85 202.2 -
System Red Green Blue C M Y K H S L
Decimal 184 26 85 0 0.86 0.54 0.28 337.59 0.75 0.41
Hex B8 1A 55 0 56 36 1C 152 4B 29
Octal 270 32 125 0 126 66 34 522 113 51
Binary 10111000 11010 1010101 0 1010110 110110 11100 101010010 1001011 101001

Color Harmonies of #B81A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81A55

Black with #B81A55

Text Example


Text Example

White with #B81A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81A55; }

 p { color: rgb(184,26,85); }

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

background-color css

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

 a { background-color: rgb(184,26,85); }

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

border-color css

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

 span { border-color: rgb(184,26,85); }

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