Html Css Color HEX #B5194F Old Rose

📋 copy color: '#B5194F'

red 181 ◦ green 25 ◦ blue 79

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

Shades of Old Rose #B5194F

Tints of Old Rose #B5194F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 27.72%

R = 63.51%
G = 8.77%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B5194F (or 0xB5194F) is known color: Old Rose. HEX triplet: B5, 19 and 4F. RGB value is (181,25,79). Sum of RGB (Red+Green+Blue) = 181+25+79=285 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.51% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 79 (31.25% from 255 or 27.72% from 285); Max value from RGB is 181 - color contains mainly: red. Hex color #B5194F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5194F is #4AE6B0. Grayscale: #4D4D4D. Windows color (decimal): -4908721 or 5183925. OLE color: 5183925.

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

Color convert

RGB 181 25 79 -
CMYK 0 0.86 0.56 0.29
HSL 339.23º 0.76% 0.4% -
HSV(B) 339.23º 0.86% 0.71% -
XYZ 20.81 11.08 8.44 -
YUV 77.8 128.68 201.61 -
System Red Green Blue C M Y K H S L
Decimal 181 25 79 0 0.86 0.56 0.29 339.23 0.76 0.4
Hex B5 19 4F 0 56 38 1D 153 4C 28
Octal 265 31 117 0 126 70 35 523 114 50
Binary 10110101 11001 1001111 0 1010110 111000 11101 101010011 1001100 101000

Color Harmonies of #B5194F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5194F

Black with #B5194F

Text Example


Text Example

White with #B5194F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5194F; }

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

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

background-color css

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

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

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

border-color css

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

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

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