Html Css Color HEX #BA694F Flame Pea

📋 copy color: '#BA694F'

red 186 ◦ green 105 ◦ blue 79

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

Shades of Flame Pea #BA694F

Tints of Flame Pea #BA694F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.35%

R = 50.27%
G = 28.38%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA694F (or 0xBA694F) is known color: Flame Pea. HEX triplet: BA, 69 and 4F. RGB value is (186,105,79). Sum of RGB (Red+Green+Blue) = 186+105+79=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 79 (31.25% from 255 or 21.35% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA694F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA694F is #4596B0. Grayscale: #7E7E7E. Windows color (decimal): -4560561 or 5204410. OLE color: 5204410.

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

Color convert

RGB 186 105 79 -
CMYK 0 0.44 0.58 0.27
HSL 14.58º 0.44% 0.52% -
HSV(B) 14.58º 0.58% 0.73% -
XYZ 26.71 21.11 10.06 -
YUV 126.26 101.34 170.61 -
System Red Green Blue C M Y K H S L
Decimal 186 105 79 0 0.44 0.58 0.27 14.58 0.44 0.52
Hex BA 69 4F 0 2C 3A 1B F 2C 34
Octal 272 151 117 0 54 72 33 17 54 64
Binary 10111010 1101001 1001111 0 101100 111010 11011 1111 101100 110100

Color Harmonies of #BA694F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA694F

Black with #BA694F

Text Example


Text Example

White with #BA694F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA694F; }

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

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

background-color css

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

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

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

border-color css

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

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

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