#B64A21

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

Shades of Rose Of Sharon #B64A21

Tints of Rose Of Sharon #B64A21

Color information

#B64A21 (or 0xB64A21) is unknown color: approx Rose Of Sharon. HEX triplet: B6, 4A and 21. RGB value is (182,74,33). Sum of RGB (Red+Green+Blue) = 182+74+33=289 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.98% from 289); Green value is 74 (29.30% from 255 or 25.61% from 289); Blue value is 33 (13.28% from 255 or 11.42% from 289); Max value from RGB is 182 - color contains mainly: red. Hex color #B64A21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64A21 is #49B5DE. Grayscale: #656565. Windows color (decimal): -4830687 or 2181814. OLE color: 2181814.

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

Color convert

RGB1827433-
CMYK00.590.820.29
HSL16.51º69.3%42.16%-
HSV(B)16.51º81.87%71.37%-
XYZ22.0114.953.16-
YUV101.6289.28185.33-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 62.98%
GREEN value IS 74 (29.30% from 255) = 25.61%
BLUE value IS 33 (13.28% from 255) = 11.42%
R=62.98%
G=25.61%
B=11.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182743300.590.820.2916.5169.342.16
HexB64A2103B521D11452a
Octal26611241073122352110552
Binary1011011010010101000010111011101001011101100011000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64A21; }

 p { color: rgb(182,74,33); }

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

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

 a { background-color: rgb(182,74,33); }

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

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

 span { border-color: rgb(182,74,33); }

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