#BA532B

Color #BA532B Fiery Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiery Orange #BA532B

Tints of Fiery Orange #BA532B

Color information

#BA532B (or 0xBA532B) is unknown color: approx Fiery Orange. HEX triplet: BA, 53 and 2B. RGB value is (186,83,43). Sum of RGB (Red+Green+Blue) = 186+83+43=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 43 (17.19% from 255 or 13.78% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA532B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA532B is #45ACD4. Grayscale: #6D6D6D. Windows color (decimal): -4566229 or 2839482. OLE color: 2839482.

HSL color Cylindrical-coordinate representation of color #BA532B: hue angle of 16.78º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA532B is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB1868343-
CMYK00.550.770.27
HSL16.78º62.45%44.9%-
HSV(B)16.78º76.88%72.94%-
XYZ23.7816.84.27-
YUV109.2490.62182.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 59.62%
GREEN value IS 83 (32.81% from 255) = 26.60%
BLUE value IS 43 (17.19% from 255) = 13.78%
R=59.62%
G=26.60%
B=13.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186834300.550.770.2716.7862.4544.9
HexBA532B0374D1B113e2d
Octal2721235306711533217655
Binary101110101010011101011011011110011011101110001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA532B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA532B; }

 p { color: rgb(186,83,43); }

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

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

 a { background-color: rgb(186,83,43); }

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

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

 span { border-color: rgb(186,83,43); }

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