#B94C21

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

Shades of Rose Of Sharon #B94C21

Tints of Rose Of Sharon #B94C21

Color information

#B94C21 (or 0xB94C21) is unknown color: approx Rose Of Sharon. HEX triplet: B9, 4C and 21. RGB value is (185,76,33). Sum of RGB (Red+Green+Blue) = 185+76+33=294 (38% of max value = 765). Red value is 185 (72.66% from 255 or 62.93% from 294); Green value is 76 (30.08% from 255 or 25.85% from 294); Blue value is 33 (13.28% from 255 or 11.22% from 294); Max value from RGB is 185 - color contains mainly: red. Hex color #B94C21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94C21 is #46B3DE. Grayscale: #676767. Windows color (decimal): -4633567 or 2182329. OLE color: 2182329.

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

Color convert

RGB1857633-
CMYK00.590.820.27
HSL16.97º69.72%42.75%-
HSV(B)16.97º82.16%72.55%-
XYZ22.8715.593.24-
YUV103.6988.11186-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 62.93%
GREEN value IS 76 (30.08% from 255) = 25.85%
BLUE value IS 33 (13.28% from 255) = 11.22%
R=62.93%
G=25.85%
B=11.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185763300.590.820.2716.9769.7242.75
HexB94C2103B521B11462b
Octal27111441073122332110653
Binary1011100110011001000010111011101001011011100011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94C21; }

 p { color: rgb(185,76,33); }

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

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

 a { background-color: rgb(185,76,33); }

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

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

 span { border-color: rgb(185,76,33); }

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