Html Css Color HEX #BA521D Fiery Orange

📋 copy color: '#BA521D'

red 186 ◦ green 82 ◦ blue 29

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

Shades of Fiery Orange #BA521D

Tints of Fiery Orange #BA521D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.76%

R = 62.63%
G = 27.61%
B = 9.76%

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

#BA521D (or 0xBA521D) is known color: Fiery Orange. HEX triplet: BA, 52 and 1D. RGB value is (186,82,29). Sum of RGB (Red+Green+Blue) = 186+82+29=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 29 (11.72% from 255 or 9.76% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA521D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA521D is #45ADE2. Grayscale: #6B6B6B. Windows color (decimal): -4566499 or 1921722. OLE color: 1921722.

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

Color convert

RGB 186 82 29 -
CMYK 0 0.56 0.84 0.27
HSL 20.25º 0.73% 0.42% -
HSV(B) 20.25º 0.84% 0.73% -
XYZ 23.49 16.56 3.12 -
YUV 107.05 83.96 184.31 -
System Red Green Blue C M Y K H S L
Decimal 186 82 29 0 0.56 0.84 0.27 20.25 0.73 0.42
Hex BA 52 1D 0 38 54 1B 14 49 2A
Octal 272 122 35 0 70 124 33 24 111 52
Binary 10111010 1010010 11101 0 111000 1010100 11011 10100 1001001 101010

Color Harmonies of #BA521D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA521D

Black with #BA521D

Text Example


Text Example

White with #BA521D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA521D; }

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

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

background-color css

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

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

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

border-color css

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

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

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