#B34821

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

Shades of Rose Of Sharon #B34821

Tints of Rose Of Sharon #B34821

Color information

#B34821 (or 0xB34821) is unknown color: approx Rose Of Sharon. HEX triplet: B3, 48 and 21. RGB value is (179,72,33). Sum of RGB (Red+Green+Blue) = 179+72+33=284 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.03% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 33 (13.28% from 255 or 11.62% from 284); Max value from RGB is 179 - color contains mainly: red. Hex color #B34821 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34821 is #4CB7DE. Grayscale: #636363. Windows color (decimal): -5027807 or 2181299. OLE color: 2181299.

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

Color convert

RGB1797233-
CMYK00.600.820.30
HSL16.03º68.87%41.57%-
HSV(B)16.03º81.56%70.2%-
XYZ21.1814.333.09-
YUV99.5590.45184.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 63.03%
GREEN value IS 72 (28.52% from 255) = 25.35%
BLUE value IS 33 (13.28% from 255) = 11.62%
R=63.03%
G=25.35%
B=11.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179723300.600.820.3016.0368.8741.57
HexB3482103C521E10452a
Octal26311041074122362010552
Binary1011001110010001000010111100101001011110100001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34821; }

 p { color: rgb(179,72,33); }

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

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

 a { background-color: rgb(179,72,33); }

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

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

 span { border-color: rgb(179,72,33); }

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