#b34f29

Color #B34F29 Rose Of Sharon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Of Sharon #B34F29

Tints of Rose Of Sharon #B34F29

Color information

#B34F29 (or 0xB34F29) is unknown color: approx Rose Of Sharon. HEX triplet: B3, 4F and 29. RGB value is (179,79,41). Sum of RGB (Red+Green+Blue) = 179+79+41=299 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.87% from 299); Green value is 79 (31.25% from 255 or 26.42% from 299); Blue value is 41 (16.41% from 255 or 13.71% from 299); Max value from RGB is 179 - color contains mainly: red. Hex color #B34F29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B34F29 is #4CB0D6. Grayscale: #686868. Windows color (decimal): -5026007 or 2707379. OLE color: 2707379.

HSL color Cylindrical-coordinate representation of color #B34F29: hue angle of 16.52º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B34F29 is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB1797941-
CMYK00.560.770.30
HSL16.52º62.73%43.14%-
HSV(B)16.52º77.09%70.2%-
XYZ21.7915.343.91-
YUV104.5792.13181.09-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 59.87%
GREEN value IS 79 (31.25% from 255) = 26.42%
BLUE value IS 41 (16.41% from 255) = 13.71%
R=59.87%
G=26.42%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179794100.560.770.3016.5262.7343.14
HexB34F290384D1E113f2b
Octal2631175107011536217753
Binary101100111001111101001011100010011011111010001111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b34f29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b34f29; }

 p { color: rgb(179,79,41); }

 H1.HeaderClassName
 {
   color: #b34f29;
 }
 .AnyTagClassName
 {
   color: #b34f29;
 }
</style>
background-color css

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

 a { background-color: rgb(179,79,41); }

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

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

 span { border-color: rgb(179,79,41); }

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