#B84D21

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

Shades of Rose Of Sharon #B84D21

Tints of Rose Of Sharon #B84D21

Color information

#B84D21 (or 0xB84D21) is unknown color: approx Rose Of Sharon. HEX triplet: B8, 4D and 21. RGB value is (184,77,33). Sum of RGB (Red+Green+Blue) = 184+77+33=294 (38% of max value = 765). Red value is 184 (72.27% from 255 or 62.59% from 294); Green value is 77 (30.47% from 255 or 26.19% from 294); Blue value is 33 (13.28% from 255 or 11.22% from 294); Max value from RGB is 184 - color contains mainly: red. Hex color #B84D21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B84D21 is #47B2DE. Grayscale: #686868. Windows color (decimal): -4698847 or 2182584. OLE color: 2182584.

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

Color convert

RGB1847733-
CMYK00.580.820.28
HSL17.48º69.59%42.55%-
HSV(B)17.48º82.07%72.16%-
XYZ22.715.613.26-
YUV103.9887.95185.08-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 62.59%
GREEN value IS 77 (30.47% from 255) = 26.19%
BLUE value IS 33 (13.28% from 255) = 11.22%
R=62.59%
G=26.19%
B=11.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.82
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184773300.580.820.2817.4869.5942.55
HexB84D2103A521C11462b
Octal27011541072122342110653
Binary1011100010011011000010111010101001011100100011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84D21; }

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

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

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

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

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

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

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

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