Html Css Color HEX #B44047 Old Rose

📋 copy color: '#B44047'

red 180 ◦ green 64 ◦ blue 71

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

Shades of Old Rose #B44047

Tints of Old Rose #B44047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.54%

R = 57.14%
G = 20.32%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B44047 (or 0xB44047) is known color: Old Rose. HEX triplet: B4, 40 and 47. RGB value is (180,64,71). Sum of RGB (Red+Green+Blue) = 180+64+71=315 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.14% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 71 (28.12% from 255 or 22.54% from 315); Max value from RGB is 180 - color contains mainly: red. Hex color #B44047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44047 is #4BBFB8. Grayscale: #636363. Windows color (decimal): -4964281 or 4669620. OLE color: 4669620.

HSL color Cylindrical-coordinate representation of color #B44047: hue angle of 356.38º 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 #B44047 is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 64 71 -
CMYK 0 0.64 0.61 0.29
HSL 356.38º 0.48% 0.48% -
HSV(B) 356.38º 0.64% 0.71% -
XYZ 21.79 13.83 7.48 -
YUV 99.48 111.93 185.43 -
System Red Green Blue C M Y K H S L
Decimal 180 64 71 0 0.64 0.61 0.29 356.38 0.48 0.48
Hex B4 40 47 0 40 3D 1D 164 30 30
Octal 264 100 107 0 100 75 35 544 60 60
Binary 10110100 1000000 1000111 0 1000000 111101 11101 101100100 110000 110000

Color Harmonies of #B44047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44047

Black with #B44047

Text Example


Text Example

White with #B44047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44047; }

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

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

background-color css

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

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

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

border-color css

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

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

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