Html Css Color HEX #B1194A Old Rose

📋 copy color: '#B1194A'

red 177 ◦ green 25 ◦ blue 74

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

Shades of Old Rose #B1194A

Tints of Old Rose #B1194A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.81%

R = 64.13%
G = 9.06%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B1194A (or 0xB1194A) is known color: Old Rose. HEX triplet: B1, 19 and 4A. RGB value is (177,25,74). Sum of RGB (Red+Green+Blue) = 177+25+74=276 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.13% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 74 (29.30% from 255 or 26.81% from 276); Max value from RGB is 177 - color contains mainly: red. Hex color #B1194A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1194A is #4EE6B5. Grayscale: #4B4B4B. Windows color (decimal): -5170870 or 4856241. OLE color: 4856241.

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

Color convert

RGB 177 25 74 -
CMYK 0 0.86 0.58 0.31
HSL 340.66º 0.75% 0.4% -
HSV(B) 340.66º 0.86% 0.69% -
XYZ 19.72 10.54 7.47 -
YUV 76.03 126.86 200.02 -
System Red Green Blue C M Y K H S L
Decimal 177 25 74 0 0.86 0.58 0.31 340.66 0.75 0.4
Hex B1 19 4A 0 56 3A 1F 155 4B 28
Octal 261 31 112 0 126 72 37 525 113 50
Binary 10110001 11001 1001010 0 1010110 111010 11111 101010101 1001011 101000

Color Harmonies of #B1194A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1194A

Black with #B1194A

Text Example


Text Example

White with #B1194A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1194A; }

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

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

background-color css

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

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

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

border-color css

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

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

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