Html Css Color HEX #BA5E3F Flame Pea

📋 copy color: '#BA5E3F'

red 186 ◦ green 94 ◦ blue 63

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

Shades of Flame Pea #BA5E3F

Tints of Flame Pea #BA5E3F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.41%

 BLUE value IS 63 (25% from 255) = 18.37%

R = 54.23%
G = 27.41%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA5E3F (or 0xBA5E3F) is known color: Flame Pea. HEX triplet: BA, 5E and 3F. RGB value is (186,94,63). Sum of RGB (Red+Green+Blue) = 186+94+63=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 94 (37.11% from 255 or 27.41% from 343); Blue value is 63 (25% from 255 or 18.37% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5E3F is #45A1C0. Grayscale: #767676. Windows color (decimal): -4563393 or 4153018. OLE color: 4153018.

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

Color convert

RGB 186 94 63 -
CMYK 0 0.49 0.66 0.27
HSL 15.12º 0.49% 0.49% -
HSV(B) 15.12º 0.66% 0.73% -
XYZ 25.15 18.8 7.01 -
YUV 117.97 96.98 176.52 -
System Red Green Blue C M Y K H S L
Decimal 186 94 63 0 0.49 0.66 0.27 15.12 0.49 0.49
Hex BA 5E 3F 0 31 42 1B F 31 31
Octal 272 136 77 0 61 102 33 17 61 61
Binary 10111010 1011110 111111 0 110001 1000010 11011 1111 110001 110001

Color Harmonies of #BA5E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5E3F

Black with #BA5E3F

Text Example


Text Example

White with #BA5E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5E3F; }

 p { color: rgb(186,94,63); }

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

background-color css

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

 a { background-color: rgb(186,94,63); }

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

border-color css

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

 span { border-color: rgb(186,94,63); }

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