#B45322

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

Shades of Rose Of Sharon #B45322

Tints of Rose Of Sharon #B45322

Color information

#B45322 (or 0xB45322) is unknown color: approx Rose Of Sharon. HEX triplet: B4, 53 and 22. RGB value is (180,83,34). Sum of RGB (Red+Green+Blue) = 180+83+34=297 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.61% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 34 (13.67% from 255 or 11.45% from 297); Max value from RGB is 180 - color contains mainly: red. Hex color #B45322 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45322 is #4BACDD. Grayscale: #6A6A6A. Windows color (decimal): -4959454 or 2249652. OLE color: 2249652.

HSL color Cylindrical-coordinate representation of color #B45322: hue angle of 20.14º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B45322 is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB1808334-
CMYK00.540.810.29
HSL20.14º68.22%41.96%-
HSV(B)20.14º81.11%70.59%-
XYZ22.216.013.43-
YUV106.4287.14180.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 60.61%
GREEN value IS 83 (32.81% from 255) = 27.95%
BLUE value IS 34 (13.67% from 255) = 11.45%
R=60.61%
G=27.95%
B=11.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180833400.540.810.2920.1468.2241.96
HexB45322036511D14442a
Octal26412342066121352410452
Binary1011010010100111000100110110101000111101101001000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45322; }

 p { color: rgb(180,83,34); }

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

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

 a { background-color: rgb(180,83,34); }

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

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

 span { border-color: rgb(180,83,34); }

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