Html Css Color HEX #B81950 Old Rose

📋 copy color: '#B81950'

red 184 ◦ green 25 ◦ blue 80

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

Shades of Old Rose #B81950

Tints of Old Rose #B81950

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.65%

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

R = 63.67%
G = 8.65%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B81950 (or 0xB81950) is known color: Old Rose. HEX triplet: B8, 19 and 50. RGB value is (184,25,80). Sum of RGB (Red+Green+Blue) = 184+25+80=289 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.67% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 80 (31.64% from 255 or 27.68% from 289); Max value from RGB is 184 - color contains mainly: red. Hex color #B81950 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81950 is #47E6AF. Grayscale: #4E4E4E. Windows color (decimal): -4712112 or 5249464. OLE color: 5249464.

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

Color convert

RGB 184 25 80 -
CMYK 0 0.86 0.57 0.28
HSL 339.25º 0.76% 0.41% -
HSV(B) 339.25º 0.86% 0.72% -
XYZ 21.56 11.46 8.67 -
YUV 78.81 128.68 203.03 -
System Red Green Blue C M Y K H S L
Decimal 184 25 80 0 0.86 0.57 0.28 339.25 0.76 0.41
Hex B8 19 50 0 56 39 1C 153 4C 29
Octal 270 31 120 0 126 71 34 523 114 51
Binary 10111000 11001 1010000 0 1010110 111001 11100 101010011 1001100 101001

Color Harmonies of #B81950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81950

Black with #B81950

Text Example


Text Example

White with #B81950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81950; }

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

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

background-color css

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

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

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

border-color css

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

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

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