Html Css Color HEX #BA532C Fiery Orange

📋 copy color: '#BA532C'

red 186 ◦ green 83 ◦ blue 44

#BA532C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiery Orange #BA532C

Tints of Fiery Orange #BA532C

RGB

 RED value IS 186 (73.05% from 255) = 59.42%

 GREEN value IS 83 (32.81% from 255) = 26.52%

 BLUE value IS 44 (17.58% from 255) = 14.06%

R = 59.42%
G = 26.52%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA532C (or 0xBA532C) is known color: Fiery Orange. HEX triplet: BA, 53 and 2C. RGB value is (186,83,44). Sum of RGB (Red+Green+Blue) = 186+83+44=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 44 (17.58% from 255 or 14.06% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA532C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA532C is #45ACD3. Grayscale: #6D6D6D. Windows color (decimal): -4566228 or 2905018. OLE color: 2905018.

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

Color convert

RGB 186 83 44 -
CMYK 0 0.55 0.76 0.27
HSL 16.48º 0.62% 0.45% -
HSV(B) 16.48º 0.76% 0.73% -
XYZ 23.8 16.81 4.37 -
YUV 109.35 91.12 182.67 -
System Red Green Blue C M Y K H S L
Decimal 186 83 44 0 0.55 0.76 0.27 16.48 0.62 0.45
Hex BA 53 2C 0 37 4C 1B 10 3E 2D
Octal 272 123 54 0 67 114 33 20 76 55
Binary 10111010 1010011 101100 0 110111 1001100 11011 10000 111110 101101

Color Harmonies of #BA532C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA532C

Black with #BA532C

Text Example


Text Example

White with #BA532C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA532C; }

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

 H1.HeaderClassName
 {
   color: #BA532C;
 }
 .AnyTagClassName
 {
   color: #BA532C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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