Html Css Color HEX #B44049 Old Rose

📋 copy color: '#B44049'

red 180 ◦ green 64 ◦ blue 73

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

Shades of Old Rose #B44049

Tints of Old Rose #B44049

RGB

 RED value IS 180 (70.7% from 255) = 56.78%

 GREEN value IS 64 (25.39% from 255) = 20.19%

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

R = 56.78%
G = 20.19%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B44049 (or 0xB44049) is known color: Old Rose. HEX triplet: B4, 40 and 49. RGB value is (180,64,73). Sum of RGB (Red+Green+Blue) = 180+64+73=317 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.78% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 180 - color contains mainly: red. Hex color #B44049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44049 is #4BBFB6. Grayscale: #636363. Windows color (decimal): -4964279 or 4800692. OLE color: 4800692.

HSL color Cylindrical-coordinate representation of color #B44049: hue angle of 355.34º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B44049 is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 64 73 -
CMYK 0 0.64 0.59 0.29
HSL 355.34º 0.48% 0.48% -
HSV(B) 355.34º 0.64% 0.71% -
XYZ 21.86 13.85 7.82 -
YUV 99.71 112.93 185.27 -
System Red Green Blue C M Y K H S L
Decimal 180 64 73 0 0.64 0.59 0.29 355.34 0.48 0.48
Hex B4 40 49 0 40 3B 1D 163 30 30
Octal 264 100 111 0 100 73 35 543 60 60
Binary 10110100 1000000 1001001 0 1000000 111011 11101 101100011 110000 110000

Color Harmonies of #B44049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44049

Black with #B44049

Text Example


Text Example

White with #B44049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44049; }

 p { color: rgb(180,64,73); }

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

background-color css

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

 a { background-color: rgb(180,64,73); }

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

border-color css

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

 span { border-color: rgb(180,64,73); }

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