Html Css Color HEX #B9294B Old Rose

📋 copy color: '#B9294B'

red 185 ◦ green 41 ◦ blue 75

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

Shades of Old Rose #B9294B

Tints of Old Rose #B9294B

RGB

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

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

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

R = 61.46%
G = 13.62%
B = 24.92%

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

#B9294B (or 0xB9294B) is known color: Old Rose. HEX triplet: B9, 29 and 4B. RGB value is (185,41,75). Sum of RGB (Red+Green+Blue) = 185+41+75=301 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.46% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 185 - color contains mainly: red. Hex color #B9294B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9294B is #46D6B4. Grayscale: #575757. Windows color (decimal): -4642485 or 4925881. OLE color: 4925881.

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

Color convert

RGB 185 41 75 -
CMYK 0 0.78 0.59 0.27
HSL 345.83º 0.64% 0.44% -
HSV(B) 345.83º 0.78% 0.73% -
XYZ 22.07 12.41 7.89 -
YUV 87.93 120.71 197.24 -
System Red Green Blue C M Y K H S L
Decimal 185 41 75 0 0.78 0.59 0.27 345.83 0.64 0.44
Hex B9 29 4B 0 4E 3B 1B 15A 40 2C
Octal 271 51 113 0 116 73 33 532 100 54
Binary 10111001 101001 1001011 0 1001110 111011 11011 101011010 1000000 101100

Color Harmonies of #B9294B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9294B

Black with #B9294B

Text Example


Text Example

White with #B9294B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9294B; }

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

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

background-color css

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

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

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

border-color css

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

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

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