#B64621

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

Shades of Rose Of Sharon #B64621

Tints of Rose Of Sharon #B64621

Color information

#B64621 (or 0xB64621) is unknown color: approx Rose Of Sharon. HEX triplet: B6, 46 and 21. RGB value is (182,70,33). Sum of RGB (Red+Green+Blue) = 182+70+33=285 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.86% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 33 (13.28% from 255 or 11.58% from 285); Max value from RGB is 182 - color contains mainly: red. Hex color #B64621 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64621 is #49B9DE. Grayscale: #636363. Windows color (decimal): -4831711 or 2180790. OLE color: 2180790.

HSL color Cylindrical-coordinate representation of color #B64621: hue angle of 14.9º 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 #B64621 is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB1827033-
CMYK00.620.820.29
HSL14.9º69.3%42.16%-
HSV(B)14.9º81.87%71.37%-
XYZ21.7614.443.08-
YUV99.2790.61187.01-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 63.86%
GREEN value IS 70 (27.73% from 255) = 24.56%
BLUE value IS 33 (13.28% from 255) = 11.58%
R=63.86%
G=24.56%
B=11.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182703300.620.820.2914.969.342.16
HexB6462103E521Df452a
Octal26610641076122351710552
Binary101101101000110100001011111010100101110111111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64621; }

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

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

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

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

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

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

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

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