Html Css Color HEX #B44044 Old Rose

📋 copy color: '#B44044'

red 180 ◦ green 64 ◦ blue 68

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

Shades of Old Rose #B44044

Tints of Old Rose #B44044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.79%

R = 57.69%
G = 20.51%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B44044 (or 0xB44044) is known color: Old Rose. HEX triplet: B4, 40 and 44. RGB value is (180,64,68). Sum of RGB (Red+Green+Blue) = 180+64+68=312 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.69% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 68 (26.95% from 255 or 21.79% from 312); Max value from RGB is 180 - color contains mainly: red. Hex color #B44044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44044 is #4BBFBB. Grayscale: #636363. Windows color (decimal): -4964284 or 4473012. OLE color: 4473012.

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

Color convert

RGB 180 64 68 -
CMYK 0 0.64 0.62 0.29
HSL 357.93º 0.48% 0.48% -
HSV(B) 357.93º 0.64% 0.71% -
XYZ 21.7 13.79 6.99 -
YUV 99.14 110.43 185.67 -
System Red Green Blue C M Y K H S L
Decimal 180 64 68 0 0.64 0.62 0.29 357.93 0.48 0.48
Hex B4 40 44 0 40 3E 1D 166 30 30
Octal 264 100 104 0 100 76 35 546 60 60
Binary 10110100 1000000 1000100 0 1000000 111110 11101 101100110 110000 110000

Color Harmonies of #B44044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44044

Black with #B44044

Text Example


Text Example

White with #B44044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44044; }

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

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

background-color css

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

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

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

border-color css

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

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

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