Html Css Color HEX #B1194C Old Rose

📋 copy color: '#B1194C'

red 177 ◦ green 25 ◦ blue 76

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

Shades of Old Rose #B1194C

Tints of Old Rose #B1194C

RGB

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

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

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

R = 63.67%
G = 8.99%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B1194C (or 0xB1194C) is known color: Old Rose. HEX triplet: B1, 19 and 4C. RGB value is (177,25,76). Sum of RGB (Red+Green+Blue) = 177+25+76=278 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.67% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 76 (30.08% from 255 or 27.34% from 278); Max value from RGB is 177 - color contains mainly: red. Hex color #B1194C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1194C is #4EE6B3. Grayscale: #4C4C4C. Windows color (decimal): -5170868 or 4987313. OLE color: 4987313.

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

Color convert

RGB 177 25 76 -
CMYK 0 0.86 0.57 0.31
HSL 339.87º 0.75% 0.4% -
HSV(B) 339.87º 0.86% 0.69% -
XYZ 19.78 10.56 7.83 -
YUV 76.26 127.86 199.85 -
System Red Green Blue C M Y K H S L
Decimal 177 25 76 0 0.86 0.57 0.31 339.87 0.75 0.4
Hex B1 19 4C 0 56 39 1F 154 4B 28
Octal 261 31 114 0 126 71 37 524 113 50
Binary 10110001 11001 1001100 0 1010110 111001 11111 101010100 1001011 101000

Color Harmonies of #B1194C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1194C

Black with #B1194C

Text Example


Text Example

White with #B1194C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1194C; }

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

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

background-color css

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

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

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

border-color css

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

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

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