Html Css Color HEX #B9194B Old Rose

📋 copy color: '#B9194B'

red 185 ◦ green 25 ◦ blue 75

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

Shades of Old Rose #B9194B

Tints of Old Rose #B9194B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 26.32%

R = 64.91%
G = 8.77%
B = 26.32%

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

#B9194B (or 0xB9194B) is known color: Old Rose. HEX triplet: B9, 19 and 4B. RGB value is (185,25,75). Sum of RGB (Red+Green+Blue) = 185+25+75=285 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.91% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 75 (29.69% from 255 or 26.32% from 285); Max value from RGB is 185 - color contains mainly: red. Hex color #B9194B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9194B is #46E6B4. Grayscale: #4E4E4E. Windows color (decimal): -4646581 or 4921785. OLE color: 4921785.

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

Color convert

RGB 185 25 75 -
CMYK 0 0.86 0.59 0.27
HSL 341.25º 0.76% 0.41% -
HSV(B) 341.25º 0.86% 0.73% -
XYZ 21.63 11.52 7.74 -
YUV 78.54 126.01 203.93 -
System Red Green Blue C M Y K H S L
Decimal 185 25 75 0 0.86 0.59 0.27 341.25 0.76 0.41
Hex B9 19 4B 0 56 3B 1B 155 4C 29
Octal 271 31 113 0 126 73 33 525 114 51
Binary 10111001 11001 1001011 0 1010110 111011 11011 101010101 1001100 101001

Color Harmonies of #B9194B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9194B

Black with #B9194B

Text Example


Text Example

White with #B9194B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9194B; }

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

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

background-color css

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

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

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

border-color css

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

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

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