Html Css Color HEX #BA5D3F Flame Pea

📋 copy color: '#BA5D3F'

red 186 ◦ green 93 ◦ blue 63

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

Shades of Flame Pea #BA5D3F

Tints of Flame Pea #BA5D3F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.19%

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

R = 54.39%
G = 27.19%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA5D3F (or 0xBA5D3F) is known color: Flame Pea. HEX triplet: BA, 5D and 3F. RGB value is (186,93,63). Sum of RGB (Red+Green+Blue) = 186+93+63=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 63 (25% from 255 or 18.42% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5D3F is #45A2C0. Grayscale: #757575. Windows color (decimal): -4563649 or 4152762. OLE color: 4152762.

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

Color convert

RGB 186 93 63 -
CMYK 0 0.5 0.66 0.27
HSL 14.63º 0.49% 0.49% -
HSV(B) 14.63º 0.66% 0.73% -
XYZ 25.06 18.63 6.98 -
YUV 117.39 97.31 176.94 -
System Red Green Blue C M Y K H S L
Decimal 186 93 63 0 0.5 0.66 0.27 14.63 0.49 0.49
Hex BA 5D 3F 0 32 42 1B F 31 31
Octal 272 135 77 0 62 102 33 17 61 61
Binary 10111010 1011101 111111 0 110010 1000010 11011 1111 110001 110001

Color Harmonies of #BA5D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5D3F

Black with #BA5D3F

Text Example


Text Example

White with #BA5D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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