Html Css Color HEX #BA521E Fiery Orange

📋 copy color: '#BA521E'

red 186 ◦ green 82 ◦ blue 30

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

Shades of Fiery Orange #BA521E

Tints of Fiery Orange #BA521E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.52%

 BLUE value IS 30 (12.11% from 255) = 10.07%

R = 62.42%
G = 27.52%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA521E (or 0xBA521E) is known color: Fiery Orange. HEX triplet: BA, 52 and 1E. RGB value is (186,82,30). Sum of RGB (Red+Green+Blue) = 186+82+30=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 82 (32.42% from 255 or 27.52% from 298); Blue value is 30 (12.11% from 255 or 10.07% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA521E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA521E is #45ADE1. Grayscale: #6B6B6B. Windows color (decimal): -4566498 or 1987258. OLE color: 1987258.

HSL color Cylindrical-coordinate representation of color #BA521E: hue angle of 20º degrees, saturation: 0.72, 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 #BA521E is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 82 30 -
CMYK 0 0.56 0.84 0.27
HSL 20º 0.72% 0.42% -
HSV(B) 20º 0.84% 0.73% -
XYZ 23.5 16.57 3.19 -
YUV 107.17 84.46 184.23 -
System Red Green Blue C M Y K H S L
Decimal 186 82 30 0 0.56 0.84 0.27 20 0.72 0.42
Hex BA 52 1E 0 38 54 1B 14 48 2A
Octal 272 122 36 0 70 124 33 24 110 52
Binary 10111010 1010010 11110 0 111000 1010100 11011 10100 1001000 101010

Color Harmonies of #BA521E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA521E

Black with #BA521E

Text Example


Text Example

White with #BA521E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA521E; }

 p { color: rgb(186,82,30); }

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

background-color css

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

 a { background-color: rgb(186,82,30); }

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

border-color css

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

 span { border-color: rgb(186,82,30); }

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