Html Css Color HEX #B94149 Old Rose

📋 copy color: '#B94149'

red 185 ◦ green 65 ◦ blue 73

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

Shades of Old Rose #B94149

Tints of Old Rose #B94149

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.12%

 BLUE value IS 73 (28.91% from 255) = 22.6%

R = 57.28%
G = 20.12%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B94149 (or 0xB94149) is known color: Old Rose. HEX triplet: B9, 41 and 49. RGB value is (185,65,73). Sum of RGB (Red+Green+Blue) = 185+65+73=323 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.28% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 73 (28.91% from 255 or 22.60% from 323); Max value from RGB is 185 - color contains mainly: red. Hex color #B94149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94149 is #46BEB6. Grayscale: #656565. Windows color (decimal): -4636343 or 4800953. OLE color: 4800953.

HSL color Cylindrical-coordinate representation of color #B94149: hue angle of 356º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B94149 is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 65 73 -
CMYK 0 0.65 0.61 0.27
HSL 356º 0.48% 0.49% -
HSV(B) 356º 0.65% 0.73% -
XYZ 23.1 14.58 7.9 -
YUV 101.79 111.76 187.35 -
System Red Green Blue C M Y K H S L
Decimal 185 65 73 0 0.65 0.61 0.27 356 0.48 0.49
Hex B9 41 49 0 41 3D 1B 164 30 31
Octal 271 101 111 0 101 75 33 544 60 61
Binary 10111001 1000001 1001001 0 1000001 111101 11011 101100100 110000 110001

Color Harmonies of #B94149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94149

Black with #B94149

Text Example


Text Example

White with #B94149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94149; }

 p { color: rgb(185,65,73); }

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

background-color css

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

 a { background-color: rgb(185,65,73); }

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

border-color css

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

 span { border-color: rgb(185,65,73); }

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