Html Css Color HEX #BA684D Flame Pea

📋 copy color: '#BA684D'

red 186 ◦ green 104 ◦ blue 77

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

Shades of Flame Pea #BA684D

Tints of Flame Pea #BA684D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.98%

R = 50.68%
G = 28.34%
B = 20.98%

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

#BA684D (or 0xBA684D) is known color: Flame Pea. HEX triplet: BA, 68 and 4D. RGB value is (186,104,77). Sum of RGB (Red+Green+Blue) = 186+104+77=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 77 (30.47% from 255 or 20.98% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA684D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA684D is #4597B2. Grayscale: #7D7D7D. Windows color (decimal): -4560819 or 5073082. OLE color: 5073082.

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

Color convert

RGB 186 104 77 -
CMYK 0 0.44 0.59 0.27
HSL 14.86º 0.44% 0.52% -
HSV(B) 14.86º 0.59% 0.73% -
XYZ 26.54 20.88 9.65 -
YUV 125.44 100.67 171.2 -
System Red Green Blue C M Y K H S L
Decimal 186 104 77 0 0.44 0.59 0.27 14.86 0.44 0.52
Hex BA 68 4D 0 2C 3B 1B F 2C 34
Octal 272 150 115 0 54 73 33 17 54 64
Binary 10111010 1101000 1001101 0 101100 111011 11011 1111 101100 110100

Color Harmonies of #BA684D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA684D

Black with #BA684D

Text Example


Text Example

White with #BA684D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA684D; }

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

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

background-color css

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

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

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

border-color css

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

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

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