Html Css Color HEX #BA511E Fiery Orange

📋 copy color: '#BA511E'

red 186 ◦ green 81 ◦ blue 30

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

Shades of Fiery Orange #BA511E

Tints of Fiery Orange #BA511E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.27%

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

R = 62.63%
G = 27.27%
B = 10.1%

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

#BA511E (or 0xBA511E) is known color: Fiery Orange. HEX triplet: BA, 51 and 1E. RGB value is (186,81,30). Sum of RGB (Red+Green+Blue) = 186+81+30=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 30 (12.11% from 255 or 10.10% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA511E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA511E is #45AEE1. Grayscale: #6A6A6A. Windows color (decimal): -4566754 or 1987002. OLE color: 1987002.

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

Color convert

RGB 186 81 30 -
CMYK 0 0.56 0.84 0.27
HSL 19.62º 0.72% 0.42% -
HSV(B) 19.62º 0.84% 0.73% -
XYZ 23.43 16.42 3.16 -
YUV 106.58 84.79 184.65 -
System Red Green Blue C M Y K H S L
Decimal 186 81 30 0 0.56 0.84 0.27 19.62 0.72 0.42
Hex BA 51 1E 0 38 54 1B 14 48 2A
Octal 272 121 36 0 70 124 33 24 110 52
Binary 10111010 1010001 11110 0 111000 1010100 11011 10100 1001000 101010

Color Harmonies of #BA511E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA511E

Black with #BA511E

Text Example


Text Example

White with #BA511E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA511E; }

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

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

background-color css

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

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

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

border-color css

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

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

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