Html Css Color HEX #B81B50 Old Rose

📋 copy color: '#B81B50'

red 184 ◦ green 27 ◦ blue 80

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

Shades of Old Rose #B81B50

Tints of Old Rose #B81B50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 27.49%

R = 63.23%
G = 9.28%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B81B50 (or 0xB81B50) is known color: Old Rose. HEX triplet: B8, 1B and 50. RGB value is (184,27,80). Sum of RGB (Red+Green+Blue) = 184+27+80=291 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.23% from 291); Green value is 27 (10.94% from 255 or 9.28% from 291); Blue value is 80 (31.64% from 255 or 27.49% from 291); Max value from RGB is 184 - color contains mainly: red. Hex color #B81B50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B81B50 is #47E4AF. Grayscale: #4F4F4F. Windows color (decimal): -4711600 or 5249976. OLE color: 5249976.

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

Color convert

RGB 184 27 80 -
CMYK 0 0.85 0.57 0.28
HSL 339.75º 0.74% 0.41% -
HSV(B) 339.75º 0.85% 0.72% -
XYZ 21.61 11.55 8.68 -
YUV 79.99 128.01 202.19 -
System Red Green Blue C M Y K H S L
Decimal 184 27 80 0 0.85 0.57 0.28 339.75 0.74 0.41
Hex B8 1B 50 0 55 39 1C 154 4A 29
Octal 270 33 120 0 125 71 34 524 112 51
Binary 10111000 11011 1010000 0 1010101 111001 11100 101010100 1001010 101001

Color Harmonies of #B81B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81B50

Black with #B81B50

Text Example


Text Example

White with #B81B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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