#B8511E

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

Shades of Rose Of Sharon #B8511E

Tints of Rose Of Sharon #B8511E

Color information

#B8511E (or 0xB8511E) is unknown color: approx Rose Of Sharon. HEX triplet: B8, 51 and 1E. RGB value is (184,81,30). Sum of RGB (Red+Green+Blue) = 184+81+30=295 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.37% from 295); Green value is 81 (32.03% from 255 or 27.46% from 295); Blue value is 30 (12.11% from 255 or 10.17% from 295); Max value from RGB is 184 - color contains mainly: red. Hex color #B8511E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8511E is #47AEE1. Grayscale: #6A6A6A. Windows color (decimal): -4697826 or 1987000. OLE color: 1987000.

HSL color Cylindrical-coordinate representation of color #B8511E: hue angle of 19.87º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B8511E is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB1848130-
CMYK00.560.840.28
HSL19.87º71.96%41.96%-
HSV(B)19.87º83.7%72.16%-
XYZ22.9416.173.14-
YUV105.9885.12183.65-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 62.37%
GREEN value IS 81 (32.03% from 255) = 27.46%
BLUE value IS 30 (12.11% from 255) = 10.17%
R=62.37%
G=27.46%
B=10.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.84
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184813000.560.840.2819.8771.9641.96
HexB8511E038541C14482a
Octal27012136070124342411052
Binary101110001010001111100111000101010011100101001001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8511E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8511E; }

 p { color: rgb(184,81,30); }

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

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

 a { background-color: rgb(184,81,30); }

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

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

 span { border-color: rgb(184,81,30); }

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