#B04322

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

Shades of Rose Of Sharon #B04322

Tints of Rose Of Sharon #B04322

Color information

#B04322 (or 0xB04322) is unknown color: approx Rose Of Sharon. HEX triplet: B0, 43 and 22. RGB value is (176,67,34). Sum of RGB (Red+Green+Blue) = 176+67+34=277 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.54% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 34 (13.67% from 255 or 12.27% from 277); Max value from RGB is 176 - color contains mainly: red. Hex color #B04322 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04322 is #4FBCDD. Grayscale: #606060. Windows color (decimal): -5225694 or 2245552. OLE color: 2245552.

HSL color Cylindrical-coordinate representation of color #B04322: hue angle of 13.94º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B04322 is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB1766734-
CMYK00.620.810.31
HSL13.94º67.62%41.18%-
HSV(B)13.94º80.68%69.02%-
XYZ20.213.363.03-
YUV95.8393.11185.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 63.54%
GREEN value IS 67 (26.56% from 255) = 24.19%
BLUE value IS 34 (13.67% from 255) = 12.27%
R=63.54%
G=24.19%
B=12.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176673400.620.810.3113.9467.6241.18
HexB0432203E511Fe4429
Octal26010342076121371610451
Binary101100001000011100010011111010100011111111101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04322; }

 p { color: rgb(176,67,34); }

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

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

 a { background-color: rgb(176,67,34); }

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

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

 span { border-color: rgb(176,67,34); }

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