#B94B20

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

Shades of Rose Of Sharon #B94B20

Tints of Rose Of Sharon #B94B20

Color information

#B94B20 (or 0xB94B20) is unknown color: approx Rose Of Sharon. HEX triplet: B9, 4B and 20. RGB value is (185,75,32). Sum of RGB (Red+Green+Blue) = 185+75+32=292 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.36% from 292); Green value is 75 (29.69% from 255 or 25.68% from 292); Blue value is 32 (12.89% from 255 or 10.96% from 292); Max value from RGB is 185 - color contains mainly: red. Hex color #B94B20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94B20 is #46B4DF. Grayscale: #676767. Windows color (decimal): -4633824 or 2116537. OLE color: 2116537.

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

Color convert

RGB1857532-
CMYK00.590.830.27
HSL16.86º70.51%42.55%-
HSV(B)16.86º82.7%72.55%-
XYZ22.7815.453.15-
YUV102.9987.94186.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 63.36%
GREEN value IS 75 (29.69% from 255) = 25.68%
BLUE value IS 32 (12.89% from 255) = 10.96%
R=63.36%
G=25.68%
B=10.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.83
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185753200.590.830.2716.8670.5142.55
HexB94B2003B531B11472b
Octal27111340073123332110753
Binary1011100110010111000000111011101001111011100011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94B20; }

 p { color: rgb(185,75,32); }

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

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

 a { background-color: rgb(185,75,32); }

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

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

 span { border-color: rgb(185,75,32); }

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