Html Css Color HEX #BA542D Fiery Orange

📋 copy color: '#BA542D'

red 186 ◦ green 84 ◦ blue 45

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

Shades of Fiery Orange #BA542D

Tints of Fiery Orange #BA542D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.67%

 BLUE value IS 45 (17.97% from 255) = 14.29%

R = 59.05%
G = 26.67%
B = 14.29%

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

#BA542D (or 0xBA542D) is known color: Fiery Orange. HEX triplet: BA, 54 and 2D. RGB value is (186,84,45). Sum of RGB (Red+Green+Blue) = 186+84+45=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA542D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA542D is #45ABD2. Grayscale: #6E6E6E. Windows color (decimal): -4565971 or 2970810. OLE color: 2970810.

HSL color Cylindrical-coordinate representation of color #BA542D: hue angle of 16.6º degrees, saturation: 0.61, 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 #BA542D is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 84 45 -
CMYK 0 0.55 0.76 0.27
HSL 16.6º 0.61% 0.45% -
HSV(B) 16.6º 0.76% 0.73% -
XYZ 23.89 16.97 4.5 -
YUV 110.05 91.29 182.17 -
System Red Green Blue C M Y K H S L
Decimal 186 84 45 0 0.55 0.76 0.27 16.6 0.61 0.45
Hex BA 54 2D 0 37 4C 1B 11 3D 2D
Octal 272 124 55 0 67 114 33 21 75 55
Binary 10111010 1010100 101101 0 110111 1001100 11011 10001 111101 101101

Color Harmonies of #BA542D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA542D

Black with #BA542D

Text Example


Text Example

White with #BA542D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA542D; }

 p { color: rgb(186,84,45); }

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

background-color css

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

 a { background-color: rgb(186,84,45); }

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

border-color css

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

 span { border-color: rgb(186,84,45); }

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