Html Css Color HEX #B34044 Old Rose

📋 copy color: '#B34044'

red 179 ◦ green 64 ◦ blue 68

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

Shades of Old Rose #B34044

Tints of Old Rose #B34044

RGB

 RED value IS 179 (70.31% from 255) = 57.56%

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

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

R = 57.56%
G = 20.58%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B34044 (or 0xB34044) is known color: Old Rose. HEX triplet: B3, 40 and 44. RGB value is (179,64,68). Sum of RGB (Red+Green+Blue) = 179+64+68=311 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.56% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 68 (26.95% from 255 or 21.86% from 311); Max value from RGB is 179 - color contains mainly: red. Hex color #B34044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34044 is #4CBFBB. Grayscale: #626262. Windows color (decimal): -5029820 or 4473011. OLE color: 4473011.

HSL color Cylindrical-coordinate representation of color #B34044: hue angle of 357.91º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B34044 is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 64 68 -
CMYK 0 0.64 0.62 0.30
HSL 357.91º 0.47% 0.48% -
HSV(B) 357.91º 0.64% 0.7% -
XYZ 21.47 13.67 6.98 -
YUV 98.84 110.6 185.17 -
System Red Green Blue C M Y K H S L
Decimal 179 64 68 0 0.64 0.62 0.30 357.91 0.47 0.48
Hex B3 40 44 0 40 3E 1E 166 2F 30
Octal 263 100 104 0 100 76 36 546 57 60
Binary 10110011 1000000 1000100 0 1000000 111110 11110 101100110 101111 110000

Color Harmonies of #B34044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34044

Black with #B34044

Text Example


Text Example

White with #B34044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34044; }

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

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

background-color css

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

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

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

border-color css

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

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

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