#B84921

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

Shades of Rose Of Sharon #B84921

Tints of Rose Of Sharon #B84921

Color information

#B84921 (or 0xB84921) is unknown color: approx Rose Of Sharon. HEX triplet: B8, 49 and 21. RGB value is (184,73,33). Sum of RGB (Red+Green+Blue) = 184+73+33=290 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.45% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 33 (13.28% from 255 or 11.38% from 290); Max value from RGB is 184 - color contains mainly: red. Hex color #B84921 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84921 is #47B6DE. Grayscale: #656565. Windows color (decimal): -4699871 or 2181560. OLE color: 2181560.

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

Color convert

RGB1847333-
CMYK00.600.820.28
HSL15.89º69.59%42.55%-
HSV(B)15.89º82.07%72.16%-
XYZ22.4215.073.16-
YUV101.6389.27186.75-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 63.45%
GREEN value IS 73 (28.91% from 255) = 25.17%
BLUE value IS 33 (13.28% from 255) = 11.38%
R=63.45%
G=25.17%
B=11.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.82
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184733300.600.820.2815.8969.5942.55
HexB8492103C521C10462b
Octal27011141074122342010653
Binary1011100010010011000010111100101001011100100001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84921; }

 p { color: rgb(184,73,33); }

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

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

 a { background-color: rgb(184,73,33); }

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

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

 span { border-color: rgb(184,73,33); }

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