#BA634F

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

Shades of Flame Pea #BA634F

Tints of Flame Pea #BA634F

Color information

#BA634F (or 0xBA634F) is unknown color: approx Flame Pea. HEX triplet: BA, 63 and 4F. RGB value is (186,99,79). Sum of RGB (Red+Green+Blue) = 186+99+79=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 99 (39.06% from 255 or 27.20% from 364); Blue value is 79 (31.25% from 255 or 21.70% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA634F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA634F is #459CB0. Grayscale: #7A7A7A. Windows color (decimal): -4562097 or 5202874. OLE color: 5202874.

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

Color convert

RGB1869979-
CMYK00.470.580.27
HSL11.21º43.67%51.96%-
HSV(B)11.21º57.53%72.94%-
XYZ26.1219.939.87-
YUV122.73103.32173.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.10%
GREEN value IS 99 (39.06% from 255) = 27.20%
BLUE value IS 79 (31.25% from 255) = 21.70%
R=51.10%
G=27.20%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186997900.470.580.2711.2143.6751.96
HexBA634F02F3A1Bb2c34
Octal2721431170577233135464
Binary10111010110001110011110101111111010110111011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA634F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA634F; }

 p { color: rgb(186,99,79); }

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

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

 a { background-color: rgb(186,99,79); }

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

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

 span { border-color: rgb(186,99,79); }

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