Html Css Color HEX #BA694C Flame Pea

📋 copy color: '#BA694C'

red 186 ◦ green 105 ◦ blue 76

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

Shades of Flame Pea #BA694C

Tints of Flame Pea #BA694C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.61%

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

R = 50.68%
G = 28.61%
B = 20.71%

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

#BA694C (or 0xBA694C) is known color: Flame Pea. HEX triplet: BA, 69 and 4C. RGB value is (186,105,76). Sum of RGB (Red+Green+Blue) = 186+105+76=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 105 (41.41% from 255 or 28.61% from 367); Blue value is 76 (30.08% from 255 or 20.71% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA694C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA694C is #4596B3. Grayscale: #7E7E7E. Windows color (decimal): -4560564 or 5007802. OLE color: 5007802.

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

Color convert

RGB 186 105 76 -
CMYK 0 0.44 0.59 0.27
HSL 15.82º 0.44% 0.51% -
HSV(B) 15.82º 0.59% 0.73% -
XYZ 26.61 21.06 9.5 -
YUV 125.91 99.84 170.86 -
System Red Green Blue C M Y K H S L
Decimal 186 105 76 0 0.44 0.59 0.27 15.82 0.44 0.51
Hex BA 69 4C 0 2C 3B 1B 10 2C 33
Octal 272 151 114 0 54 73 33 20 54 63
Binary 10111010 1101001 1001100 0 101100 111011 11011 10000 101100 110011

Color Harmonies of #BA694C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA694C

Black with #BA694C

Text Example


Text Example

White with #BA694C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA694C; }

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

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

background-color css

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

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

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

border-color css

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

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

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