Html Css Color HEX #BA5A3E Flame Pea

📋 copy color: '#BA5A3E'

red 186 ◦ green 90 ◦ blue 62

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

Shades of Flame Pea #BA5A3E

Tints of Flame Pea #BA5A3E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.63%

 BLUE value IS 62 (24.61% from 255) = 18.34%

R = 55.03%
G = 26.63%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA5A3E (or 0xBA5A3E) is known color: Flame Pea. HEX triplet: BA, 5A and 3E. RGB value is (186,90,62). Sum of RGB (Red+Green+Blue) = 186+90+62=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 62 (24.61% from 255 or 18.34% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5A3E is #45A5C1. Grayscale: #737373. Windows color (decimal): -4564418 or 4086458. OLE color: 4086458.

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

Color convert

RGB 186 90 62 -
CMYK 0 0.52 0.67 0.27
HSL 13.55º 0.5% 0.49% -
HSV(B) 13.55º 0.67% 0.73% -
XYZ 24.78 18.1 6.75 -
YUV 115.51 97.8 178.28 -
System Red Green Blue C M Y K H S L
Decimal 186 90 62 0 0.52 0.67 0.27 13.55 0.5 0.49
Hex BA 5A 3E 0 34 43 1B E 32 31
Octal 272 132 76 0 64 103 33 16 62 61
Binary 10111010 1011010 111110 0 110100 1000011 11011 1110 110010 110001

Color Harmonies of #BA5A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5A3E

Black with #BA5A3E

Text Example


Text Example

White with #BA5A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5A3E; }

 p { color: rgb(186,90,62); }

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

background-color css

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

 a { background-color: rgb(186,90,62); }

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

border-color css

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

 span { border-color: rgb(186,90,62); }

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