Html Css Color HEX #B9194C Old Rose

📋 copy color: '#B9194C'

red 185 ◦ green 25 ◦ blue 76

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

Shades of Old Rose #B9194C

Tints of Old Rose #B9194C

RGB

 RED value IS 185 (72.66% from 255) = 64.69%

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

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

R = 64.69%
G = 8.74%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#B9194C (or 0xB9194C) is known color: Old Rose. HEX triplet: B9, 19 and 4C. RGB value is (185,25,76). Sum of RGB (Red+Green+Blue) = 185+25+76=286 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.69% from 286); Green value is 25 (10.16% from 255 or 8.74% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 185 - color contains mainly: red. Hex color #B9194C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9194C is #46E6B3. Grayscale: #4E4E4E. Windows color (decimal): -4646580 or 4987321. OLE color: 4987321.

HSL color Cylindrical-coordinate representation of color #B9194C: hue angle of 340.88º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B9194C is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 25 76 -
CMYK 0 0.86 0.59 0.27
HSL 340.88º 0.76% 0.41% -
HSV(B) 340.88º 0.86% 0.73% -
XYZ 21.66 11.53 7.92 -
YUV 78.65 126.51 203.85 -
System Red Green Blue C M Y K H S L
Decimal 185 25 76 0 0.86 0.59 0.27 340.88 0.76 0.41
Hex B9 19 4C 0 56 3B 1B 155 4C 29
Octal 271 31 114 0 126 73 33 525 114 51
Binary 10111001 11001 1001100 0 1010110 111011 11011 101010101 1001100 101001

Color Harmonies of #B9194C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9194C

Black with #B9194C

Text Example


Text Example

White with #B9194C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9194C; }

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

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

background-color css

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

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

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

border-color css

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

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

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