Html Css Color HEX #B81B51 Old Rose

📋 copy color: '#B81B51'

red 184 ◦ green 27 ◦ blue 81

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

Shades of Old Rose #B81B51

Tints of Old Rose #B81B51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 27.74%

R = 63.01%
G = 9.25%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#B81B51 (or 0xB81B51) is known color: Old Rose. HEX triplet: B8, 1B and 51. RGB value is (184,27,81). Sum of RGB (Red+Green+Blue) = 184+27+81=292 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.01% from 292); Green value is 27 (10.94% from 255 or 9.25% from 292); Blue value is 81 (32.03% from 255 or 27.74% from 292); Max value from RGB is 184 - color contains mainly: red. Hex color #B81B51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B81B51 is #47E4AE. Grayscale: #505050. Windows color (decimal): -4711599 or 5315512. OLE color: 5315512.

HSL color Cylindrical-coordinate representation of color #B81B51: hue angle of 339.36º 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 #B81B51 is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 27 81 -
CMYK 0 0.85 0.56 0.28
HSL 339.36º 0.74% 0.41% -
HSV(B) 339.36º 0.85% 0.72% -
XYZ 21.64 11.57 8.88 -
YUV 80.1 128.51 202.11 -
System Red Green Blue C M Y K H S L
Decimal 184 27 81 0 0.85 0.56 0.28 339.36 0.74 0.41
Hex B8 1B 51 0 55 38 1C 153 4A 29
Octal 270 33 121 0 125 70 34 523 112 51
Binary 10111000 11011 1010001 0 1010101 111000 11100 101010011 1001010 101001

Color Harmonies of #B81B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81B51

Black with #B81B51

Text Example


Text Example

White with #B81B51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81B51; }

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

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

background-color css

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

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

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

border-color css

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

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

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