Html Css Color HEX #BA5B3F Flame Pea

📋 copy color: '#BA5B3F'

red 186 ◦ green 91 ◦ blue 63

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

Shades of Flame Pea #BA5B3F

Tints of Flame Pea #BA5B3F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.76%

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

R = 54.71%
G = 26.76%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA5B3F (or 0xBA5B3F) is known color: Flame Pea. HEX triplet: BA, 5B and 3F. RGB value is (186,91,63). Sum of RGB (Red+Green+Blue) = 186+91+63=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 91 (35.94% from 255 or 26.76% from 340); Blue value is 63 (25% from 255 or 18.53% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5B3F is #45A4C0. Grayscale: #747474. Windows color (decimal): -4564161 or 4152250. OLE color: 4152250.

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

Color convert

RGB 186 91 63 -
CMYK 0 0.51 0.66 0.27
HSL 13.66º 0.49% 0.49% -
HSV(B) 13.66º 0.66% 0.73% -
XYZ 24.89 18.28 6.92 -
YUV 116.21 97.97 177.78 -
System Red Green Blue C M Y K H S L
Decimal 186 91 63 0 0.51 0.66 0.27 13.66 0.49 0.49
Hex BA 5B 3F 0 33 42 1B E 31 31
Octal 272 133 77 0 63 102 33 16 61 61
Binary 10111010 1011011 111111 0 110011 1000010 11011 1110 110001 110001

Color Harmonies of #BA5B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5B3F

Black with #BA5B3F

Text Example


Text Example

White with #BA5B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5B3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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