#BA664B

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

Shades of Flame Pea #BA664B

Tints of Flame Pea #BA664B

Color information

#BA664B (or 0xBA664B) is unknown color: approx Flame Pea. HEX triplet: BA, 66 and 4B. RGB value is (186,102,75). Sum of RGB (Red+Green+Blue) = 186+102+75=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA664B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA664B is #4599B4. Grayscale: #7C7C7C. Windows color (decimal): -4561333 or 4941498. OLE color: 4941498.

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

Color convert

RGB18610275-
CMYK00.450.600.27
HSL14.59º44.58%51.18%-
HSV(B)14.59º59.68%72.94%-
XYZ26.2720.459.22-
YUV124.04100.33172.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.24%
GREEN value IS 102 (40.23% from 255) = 28.10%
BLUE value IS 75 (29.69% from 255) = 20.66%
R=51.24%
G=28.10%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861027500.450.600.2714.5944.5851.18
HexBA664B02D3C1Bf2d33
Octal2721461130557433175563
Binary10111010110011010010110101101111100110111111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA664B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA664B; }

 p { color: rgb(186,102,75); }

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

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

 a { background-color: rgb(186,102,75); }

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

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

 span { border-color: rgb(186,102,75); }

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