Html Css Color HEX #BA5328 Fiery Orange

📋 copy color: '#BA5328'

red 186 ◦ green 83 ◦ blue 40

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

Shades of Fiery Orange #BA5328

Tints of Fiery Orange #BA5328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.94%

R = 60.19%
G = 26.86%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA5328 (or 0xBA5328) is known color: Fiery Orange. HEX triplet: BA, 53 and 28. RGB value is (186,83,40). Sum of RGB (Red+Green+Blue) = 186+83+40=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 40 (16.02% from 255 or 12.94% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5328 is #45ACD7. Grayscale: #6D6D6D. Windows color (decimal): -4566232 or 2642874. OLE color: 2642874.

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

Color convert

RGB 186 83 40 -
CMYK 0 0.55 0.78 0.27
HSL 17.67º 0.65% 0.44% -
HSV(B) 17.67º 0.78% 0.73% -
XYZ 23.73 16.78 4 -
YUV 108.9 89.12 183 -
System Red Green Blue C M Y K H S L
Decimal 186 83 40 0 0.55 0.78 0.27 17.67 0.65 0.44
Hex BA 53 28 0 37 4E 1B 12 41 2C
Octal 272 123 50 0 67 116 33 22 101 54
Binary 10111010 1010011 101000 0 110111 1001110 11011 10010 1000001 101100

Color Harmonies of #BA5328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5328

Black with #BA5328

Text Example


Text Example

White with #BA5328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5328; }

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

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

background-color css

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

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

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

border-color css

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

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

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