Html Css Color HEX #BA552B Fiery Orange

📋 copy color: '#BA552B'

red 186 ◦ green 85 ◦ blue 43

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

Shades of Fiery Orange #BA552B

Tints of Fiery Orange #BA552B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.07%

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

R = 59.24%
G = 27.07%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA552B (or 0xBA552B) is known color: Fiery Orange. HEX triplet: BA, 55 and 2B. RGB value is (186,85,43). Sum of RGB (Red+Green+Blue) = 186+85+43=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 43 (17.19% from 255 or 13.69% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA552B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA552B is #45AAD4. Grayscale: #6E6E6E. Windows color (decimal): -4565717 or 2839994. OLE color: 2839994.

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

Color convert

RGB 186 85 43 -
CMYK 0 0.54 0.77 0.27
HSL 17.62º 0.62% 0.45% -
HSV(B) 17.62º 0.77% 0.73% -
XYZ 23.93 17.11 4.33 -
YUV 110.41 89.96 181.92 -
System Red Green Blue C M Y K H S L
Decimal 186 85 43 0 0.54 0.77 0.27 17.62 0.62 0.45
Hex BA 55 2B 0 36 4D 1B 12 3E 2D
Octal 272 125 53 0 66 115 33 22 76 55
Binary 10111010 1010101 101011 0 110110 1001101 11011 10010 111110 101101

Color Harmonies of #BA552B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA552B

Black with #BA552B

Text Example


Text Example

White with #BA552B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA552B; }

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

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

background-color css

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

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

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

border-color css

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

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

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