#B34724

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

Shades of Rose Of Sharon #B34724

Tints of Rose Of Sharon #B34724

Color information

#B34724 (or 0xB34724) is unknown color: approx Rose Of Sharon. HEX triplet: B3, 47 and 24. RGB value is (179,71,36). Sum of RGB (Red+Green+Blue) = 179+71+36=286 (37% of max value = 765). Red value is 179 (70.31% from 255 or 62.59% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 36 (14.45% from 255 or 12.59% from 286); Max value from RGB is 179 - color contains mainly: red. Hex color #B34724 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34724 is #4CB8DB. Grayscale: #636363. Windows color (decimal): -5028060 or 2377651. OLE color: 2377651.

HSL color Cylindrical-coordinate representation of color #B34724: hue angle of 14.69º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B34724 is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB1797136-
CMYK00.600.800.30
HSL14.69º66.51%42.16%-
HSV(B)14.69º79.89%70.2%-
XYZ21.1614.223.3-
YUV99.392.28184.85-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 62.59%
GREEN value IS 71 (28.12% from 255) = 24.83%
BLUE value IS 36 (14.45% from 255) = 12.59%
R=62.59%
G=24.83%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.80
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179713600.600.800.3014.6966.5142.16
HexB3472403C501Ef432a
Octal26310744074120361710352
Binary101100111000111100100011110010100001111011111000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34724; }

 p { color: rgb(179,71,36); }

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

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

 a { background-color: rgb(179,71,36); }

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

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

 span { border-color: rgb(179,71,36); }

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