Html Css Color HEX #B1194E Old Rose

📋 copy color: '#B1194E'

red 177 ◦ green 25 ◦ blue 78

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

Shades of Old Rose #B1194E

Tints of Old Rose #B1194E

RGB

 RED value IS 177 (69.53% from 255) = 63.21%

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

 BLUE value IS 78 (30.86% from 255) = 27.86%

R = 63.21%
G = 8.93%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B1194E (or 0xB1194E) is known color: Old Rose. HEX triplet: B1, 19 and 4E. RGB value is (177,25,78). Sum of RGB (Red+Green+Blue) = 177+25+78=280 (37% of max value = 765). Red value is 177 (69.53% from 255 or 63.21% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 78 (30.86% from 255 or 27.86% from 280); Max value from RGB is 177 - color contains mainly: red. Hex color #B1194E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1194E is #4EE6B1. Grayscale: #4C4C4C. Windows color (decimal): -5170866 or 5118385. OLE color: 5118385.

HSL color Cylindrical-coordinate representation of color #B1194E: hue angle of 339.08º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B1194E is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 25 78 -
CMYK 0 0.86 0.56 0.31
HSL 339.08º 0.75% 0.4% -
HSV(B) 339.08º 0.86% 0.69% -
XYZ 19.85 10.59 8.21 -
YUV 76.49 128.86 199.69 -
System Red Green Blue C M Y K H S L
Decimal 177 25 78 0 0.86 0.56 0.31 339.08 0.75 0.4
Hex B1 19 4E 0 56 38 1F 153 4B 28
Octal 261 31 116 0 126 70 37 523 113 50
Binary 10110001 11001 1001110 0 1010110 111000 11111 101010011 1001011 101000

Color Harmonies of #B1194E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1194E

Black with #B1194E

Text Example


Text Example

White with #B1194E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1194E; }

 p { color: rgb(177,25,78); }

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

background-color css

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

 a { background-color: rgb(177,25,78); }

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

border-color css

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

 span { border-color: rgb(177,25,78); }

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