Html Css Color HEX #BA674D Flame Pea

📋 copy color: '#BA674D'

red 186 ◦ green 103 ◦ blue 77

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

Shades of Flame Pea #BA674D

Tints of Flame Pea #BA674D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.14%

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

R = 50.82%
G = 28.14%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA674D (or 0xBA674D) is known color: Flame Pea. HEX triplet: BA, 67 and 4D. RGB value is (186,103,77). Sum of RGB (Red+Green+Blue) = 186+103+77=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA674D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA674D is #4598B2. Grayscale: #7D7D7D. Windows color (decimal): -4561075 or 5072826. OLE color: 5072826.

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

Color convert

RGB 186 103 77 -
CMYK 0 0.45 0.59 0.27
HSL 14.31º 0.44% 0.52% -
HSV(B) 14.31º 0.59% 0.73% -
XYZ 26.44 20.68 9.62 -
YUV 124.85 101 171.61 -
System Red Green Blue C M Y K H S L
Decimal 186 103 77 0 0.45 0.59 0.27 14.31 0.44 0.52
Hex BA 67 4D 0 2D 3B 1B E 2C 34
Octal 272 147 115 0 55 73 33 16 54 64
Binary 10111010 1100111 1001101 0 101101 111011 11011 1110 101100 110100

Color Harmonies of #BA674D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA674D

Black with #BA674D

Text Example


Text Example

White with #BA674D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA674D; }

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

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

background-color css

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

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

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

border-color css

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

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

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