Html Css Color HEX #BA5A46 Flame Pea

📋 copy color: '#BA5A46'

red 186 ◦ green 90 ◦ blue 70

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

Shades of Flame Pea #BA5A46

Tints of Flame Pea #BA5A46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.23%

R = 53.76%
G = 26.01%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA5A46 (or 0xBA5A46) is known color: Flame Pea. HEX triplet: BA, 5A and 46. RGB value is (186,90,70). Sum of RGB (Red+Green+Blue) = 186+90+70=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5A46 is #45A5B9. Grayscale: #747474. Windows color (decimal): -4564410 or 4610746. OLE color: 4610746.

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

Color convert

RGB 186 90 70 -
CMYK 0 0.52 0.62 0.27
HSL 10.34º 0.46% 0.5% -
HSV(B) 10.34º 0.62% 0.73% -
XYZ 25.01 18.19 7.99 -
YUV 116.42 101.8 177.63 -
System Red Green Blue C M Y K H S L
Decimal 186 90 70 0 0.52 0.62 0.27 10.34 0.46 0.5
Hex BA 5A 46 0 34 3E 1B A 2E 32
Octal 272 132 106 0 64 76 33 12 56 62
Binary 10111010 1011010 1000110 0 110100 111110 11011 1010 101110 110010

Color Harmonies of #BA5A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5A46

Black with #BA5A46

Text Example


Text Example

White with #BA5A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5A46; }

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

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

background-color css

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

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

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

border-color css

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

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

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