#BA634D

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

Shades of Flame Pea #BA634D

Tints of Flame Pea #BA634D

Color information

#BA634D (or 0xBA634D) is unknown color: approx Flame Pea. HEX triplet: BA, 63 and 4D. RGB value is (186,99,77). Sum of RGB (Red+Green+Blue) = 186+99+77=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA634D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA634D is #459CB2. Grayscale: #7A7A7A. Windows color (decimal): -4562099 or 5071802. OLE color: 5071802.

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

Color convert

RGB1869977-
CMYK00.470.590.27
HSL12.11º44.13%51.57%-
HSV(B)12.11º58.6%72.94%-
XYZ26.0519.99.49-
YUV122.51102.32173.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.38%
GREEN value IS 99 (39.06% from 255) = 27.35%
BLUE value IS 77 (30.47% from 255) = 21.27%
R=51.38%
G=27.35%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186997700.470.590.2712.1144.1351.57
HexBA634D02F3B1Bc2c34
Octal2721431150577333145464
Binary10111010110001110011010101111111011110111100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA634D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA634D; }

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

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

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

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

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

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

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

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