#BA4821

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

Shades of Rose Of Sharon #BA4821

Tints of Rose Of Sharon #BA4821

Color information

#BA4821 (or 0xBA4821) is unknown color: approx Rose Of Sharon. HEX triplet: BA, 48 and 21. RGB value is (186,72,33). Sum of RGB (Red+Green+Blue) = 186+72+33=291 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.92% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 33 (13.28% from 255 or 11.34% from 291); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4821 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4821 is #45B7DE. Grayscale: #656565. Windows color (decimal): -4569055 or 2181306. OLE color: 2181306.

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

Color convert

RGB1867233-
CMYK00.610.820.27
HSL15.29º69.86%42.94%-
HSV(B)15.29º82.26%72.94%-
XYZ22.8415.183.17-
YUV101.6489.27188.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.92%
GREEN value IS 72 (28.52% from 255) = 24.74%
BLUE value IS 33 (13.28% from 255) = 11.34%
R=63.92%
G=24.74%
B=11.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186723300.610.820.2715.2969.8642.94
HexBA482103D521Bf462b
Octal27211041075122331710653
Binary101110101001000100001011110110100101101111111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4821; }

 p { color: rgb(186,72,33); }

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

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

 a { background-color: rgb(186,72,33); }

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

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

 span { border-color: rgb(186,72,33); }

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