Html Css Color HEX #B9294C Old Rose

📋 copy color: '#B9294C'

red 185 ◦ green 41 ◦ blue 76

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

Shades of Old Rose #B9294C

Tints of Old Rose #B9294C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.58%

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

R = 61.26%
G = 13.58%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#B9294C (or 0xB9294C) is known color: Old Rose. HEX triplet: B9, 29 and 4C. RGB value is (185,41,76). Sum of RGB (Red+Green+Blue) = 185+41+76=302 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.26% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 76 (30.08% from 255 or 25.17% from 302); Max value from RGB is 185 - color contains mainly: red. Hex color #B9294C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9294C is #46D6B3. Grayscale: #585858. Windows color (decimal): -4642484 or 4991417. OLE color: 4991417.

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

Color convert

RGB 185 41 76 -
CMYK 0 0.78 0.59 0.27
HSL 345.42º 0.64% 0.44% -
HSV(B) 345.42º 0.78% 0.73% -
XYZ 22.11 12.42 8.07 -
YUV 88.05 121.21 197.15 -
System Red Green Blue C M Y K H S L
Decimal 185 41 76 0 0.78 0.59 0.27 345.42 0.64 0.44
Hex B9 29 4C 0 4E 3B 1B 159 40 2C
Octal 271 51 114 0 116 73 33 531 100 54
Binary 10111001 101001 1001100 0 1001110 111011 11011 101011001 1000000 101100

Color Harmonies of #B9294C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9294C

Black with #B9294C

Text Example


Text Example

White with #B9294C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9294C; }

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

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

background-color css

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

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

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

border-color css

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

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

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