#BA4423

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

Shades of Rose Of Sharon #BA4423

Tints of Rose Of Sharon #BA4423

Color information

#BA4423 (or 0xBA4423) is unknown color: approx Rose Of Sharon. HEX triplet: BA, 44 and 23. RGB value is (186,68,35). Sum of RGB (Red+Green+Blue) = 186+68+35=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 68 (26.95% from 255 or 23.53% from 289); Blue value is 35 (14.06% from 255 or 12.11% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4423 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4423 is #45BBDC. Grayscale: #636363. Windows color (decimal): -4570077 or 2311354. OLE color: 2311354.

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

Color convert

RGB1866835-
CMYK00.630.810.27
HSL13.11º68.33%43.33%-
HSV(B)13.11º81.18%72.94%-
XYZ22.6214.693.23-
YUV99.5291.59189.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 64.36%
GREEN value IS 68 (26.95% from 255) = 23.53%
BLUE value IS 35 (14.06% from 255) = 12.11%
R=64.36%
G=23.53%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186683500.630.810.2713.1168.3343.33
HexBA442303F511Bd442b
Octal27210443077121331510453
Binary101110101000100100011011111110100011101111011000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4423; }

 p { color: rgb(186,68,35); }

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

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

 a { background-color: rgb(186,68,35); }

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

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

 span { border-color: rgb(186,68,35); }

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