Html Css Color HEX #BA592B Fiery Orange

📋 copy color: '#BA592B'

red 186 ◦ green 89 ◦ blue 43

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

Shades of Fiery Orange #BA592B

Tints of Fiery Orange #BA592B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.99%

 BLUE value IS 43 (17.19% from 255) = 13.52%

R = 58.49%
G = 27.99%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA592B (or 0xBA592B) is known color: Fiery Orange. HEX triplet: BA, 59 and 2B. RGB value is (186,89,43). Sum of RGB (Red+Green+Blue) = 186+89+43=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 43 (17.19% from 255 or 13.52% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA592B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA592B is #45A6D4. Grayscale: #717171. Windows color (decimal): -4564693 or 2841018. OLE color: 2841018.

HSL color Cylindrical-coordinate representation of color #BA592B: hue angle of 19.3º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA592B is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 89 43 -
CMYK 0 0.52 0.77 0.27
HSL 19.3º 0.62% 0.45% -
HSV(B) 19.3º 0.77% 0.73% -
XYZ 24.26 17.76 4.43 -
YUV 112.76 88.64 180.24 -
System Red Green Blue C M Y K H S L
Decimal 186 89 43 0 0.52 0.77 0.27 19.3 0.62 0.45
Hex BA 59 2B 0 34 4D 1B 13 3E 2D
Octal 272 131 53 0 64 115 33 23 76 55
Binary 10111010 1011001 101011 0 110100 1001101 11011 10011 111110 101101

Color Harmonies of #BA592B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA592B

Black with #BA592B

Text Example


Text Example

White with #BA592B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA592B; }

 p { color: rgb(186,89,43); }

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

background-color css

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

 a { background-color: rgb(186,89,43); }

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

border-color css

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

 span { border-color: rgb(186,89,43); }

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