#BA6A4C

Color #BA6A4C Flame Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Pea #BA6A4C

Tints of Flame Pea #BA6A4C

Color information

#BA6A4C (or 0xBA6A4C) is unknown color: approx Flame Pea. HEX triplet: BA, 6A and 4C. RGB value is (186,106,76). Sum of RGB (Red+Green+Blue) = 186+106+76=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 106 (41.80% from 255 or 28.80% from 368); Blue value is 76 (30.08% from 255 or 20.65% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6A4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6A4C is #4595B3. Grayscale: #7E7E7E. Windows color (decimal): -4560308 or 5008058. OLE color: 5008058.

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

Color convert

RGB18610676-
CMYK00.430.590.27
HSL16.36º44.35%51.37%-
HSV(B)16.36º59.14%72.94%-
XYZ26.7121.279.54-
YUV126.599.5170.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.54%
GREEN value IS 106 (41.80% from 255) = 28.80%
BLUE value IS 76 (30.08% from 255) = 20.65%
R=50.54%
G=28.80%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861067600.430.590.2716.3644.3551.37
HexBA6A4C02B3B1B102c33
Octal2721521140537333205463
Binary101110101101010100110001010111110111101110000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6A4C; }

 p { color: rgb(186,106,76); }

 H1.HeaderClassName
 {
   color: #BA6A4C;
 }
 .AnyTagClassName
 {
   color: #BA6A4C;
 }
</style>
background-color css

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

 a { background-color: rgb(186,106,76); }

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

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

 span { border-color: rgb(186,106,76); }

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