Html Css Color HEX #B5194C Old Rose

📋 copy color: '#B5194C'

red 181 ◦ green 25 ◦ blue 76

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

Shades of Old Rose #B5194C

Tints of Old Rose #B5194C

RGB

 RED value IS 181 (71.09% from 255) = 64.18%

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

 BLUE value IS 76 (30.08% from 255) = 26.95%

R = 64.18%
G = 8.87%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B5194C (or 0xB5194C) is known color: Old Rose. HEX triplet: B5, 19 and 4C. RGB value is (181,25,76). Sum of RGB (Red+Green+Blue) = 181+25+76=282 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.18% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 181 - color contains mainly: red. Hex color #B5194C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5194C is #4AE6B3. Grayscale: #4D4D4D. Windows color (decimal): -4908724 or 4987317. OLE color: 4987317.

HSL color Cylindrical-coordinate representation of color #B5194C: hue angle of 340.38º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B5194C is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 25 76 -
CMYK 0 0.86 0.58 0.29
HSL 340.38º 0.76% 0.4% -
HSV(B) 340.38º 0.86% 0.71% -
XYZ 20.71 11.04 7.88 -
YUV 77.46 127.18 201.85 -
System Red Green Blue C M Y K H S L
Decimal 181 25 76 0 0.86 0.58 0.29 340.38 0.76 0.4
Hex B5 19 4C 0 56 3A 1D 154 4C 28
Octal 265 31 114 0 126 72 35 524 114 50
Binary 10110101 11001 1001100 0 1010110 111010 11101 101010100 1001100 101000

Color Harmonies of #B5194C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5194C

Black with #B5194C

Text Example


Text Example

White with #B5194C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5194C; }

 p { color: rgb(181,25,76); }

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

background-color css

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

 a { background-color: rgb(181,25,76); }

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

border-color css

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

 span { border-color: rgb(181,25,76); }

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