Html Css Color HEX #BA684C Flame Pea

📋 copy color: '#BA684C'

red 186 ◦ green 104 ◦ blue 76

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

Shades of Flame Pea #BA684C

Tints of Flame Pea #BA684C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.42%

 BLUE value IS 76 (30.08% from 255) = 20.77%

R = 50.82%
G = 28.42%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA684C (or 0xBA684C) is known color: Flame Pea. HEX triplet: BA, 68 and 4C. RGB value is (186,104,76). Sum of RGB (Red+Green+Blue) = 186+104+76=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 76 (30.08% from 255 or 20.77% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA684C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA684C is #4597B3. Grayscale: #7D7D7D. Windows color (decimal): -4560820 or 5007546. OLE color: 5007546.

HSL color Cylindrical-coordinate representation of color #BA684C: hue angle of 15.27º 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 #BA684C is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 104 76 -
CMYK 0 0.44 0.59 0.27
HSL 15.27º 0.44% 0.51% -
HSV(B) 15.27º 0.59% 0.73% -
XYZ 26.5 20.86 9.47 -
YUV 125.33 100.17 171.28 -
System Red Green Blue C M Y K H S L
Decimal 186 104 76 0 0.44 0.59 0.27 15.27 0.44 0.51
Hex BA 68 4C 0 2C 3B 1B F 2C 33
Octal 272 150 114 0 54 73 33 17 54 63
Binary 10111010 1101000 1001100 0 101100 111011 11011 1111 101100 110011

Color Harmonies of #BA684C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA684C

Black with #BA684C

Text Example


Text Example

White with #BA684C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA684C; }

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

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

background-color css

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

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

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

border-color css

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

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

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