#BA511D

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

Shades of Rose Of Sharon #BA511D

Tints of Rose Of Sharon #BA511D

Color information

#BA511D (or 0xBA511D) is unknown color: approx Rose Of Sharon. HEX triplet: BA, 51 and 1D. RGB value is (186,81,29). Sum of RGB (Red+Green+Blue) = 186+81+29=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 81 (32.03% from 255 or 27.36% from 296); Blue value is 29 (11.72% from 255 or 9.80% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA511D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA511D is #45AEE2. Grayscale: #6A6A6A. Windows color (decimal): -4566755 or 1921466. OLE color: 1921466.

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

Color convert

RGB1868129-
CMYK00.560.840.27
HSL19.87º73.02%42.16%-
HSV(B)19.87º84.41%72.94%-
XYZ23.4116.413.1-
YUV106.4784.29184.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 62.84%
GREEN value IS 81 (32.03% from 255) = 27.36%
BLUE value IS 29 (11.72% from 255) = 9.80%
R=62.84%
G=27.36%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186812900.560.840.2719.8773.0242.16
HexBA511D038541B14492a
Octal27212135070124332411152
Binary101110101010001111010111000101010011011101001001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA511D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA511D; }

 p { color: rgb(186,81,29); }

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

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

 a { background-color: rgb(186,81,29); }

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

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

 span { border-color: rgb(186,81,29); }

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