Html Css Color HEX #BA694B Flame Pea

📋 copy color: '#BA694B'

red 186 ◦ green 105 ◦ blue 75

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

Shades of Flame Pea #BA694B

Tints of Flame Pea #BA694B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.49%

R = 50.82%
G = 28.69%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA694B (or 0xBA694B) is known color: Flame Pea. HEX triplet: BA, 69 and 4B. RGB value is (186,105,75). Sum of RGB (Red+Green+Blue) = 186+105+75=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 75 (29.69% from 255 or 20.49% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA694B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA694B is #4596B4. Grayscale: #7E7E7E. Windows color (decimal): -4560565 or 4942266. OLE color: 4942266.

HSL color Cylindrical-coordinate representation of color #BA694B: hue angle of 16.22º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA694B is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 105 75 -
CMYK 0 0.44 0.60 0.27
HSL 16.22º 0.45% 0.51% -
HSV(B) 16.22º 0.6% 0.73% -
XYZ 26.57 21.05 9.32 -
YUV 125.8 99.34 170.94 -
System Red Green Blue C M Y K H S L
Decimal 186 105 75 0 0.44 0.60 0.27 16.22 0.45 0.51
Hex BA 69 4B 0 2C 3C 1B 10 2D 33
Octal 272 151 113 0 54 74 33 20 55 63
Binary 10111010 1101001 1001011 0 101100 111100 11011 10000 101101 110011

Color Harmonies of #BA694B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA694B

Black with #BA694B

Text Example


Text Example

White with #BA694B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA694B; }

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

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

background-color css

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

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

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

border-color css

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

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

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