Html Css Color HEX #BA674A Flame Pea

📋 copy color: '#BA674A'

red 186 ◦ green 103 ◦ blue 74

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

Shades of Flame Pea #BA674A

Tints of Flame Pea #BA674A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.39%

R = 51.24%
G = 28.37%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA674A (or 0xBA674A) is known color: Flame Pea. HEX triplet: BA, 67 and 4A. RGB value is (186,103,74). Sum of RGB (Red+Green+Blue) = 186+103+74=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 74 (29.30% from 255 or 20.39% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA674A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA674A is #4598B5. Grayscale: #7C7C7C. Windows color (decimal): -4561078 or 4876218. OLE color: 4876218.

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

Color convert

RGB 186 103 74 -
CMYK 0 0.45 0.60 0.27
HSL 15.54º 0.45% 0.51% -
HSV(B) 15.54º 0.6% 0.73% -
XYZ 26.34 20.63 9.07 -
YUV 124.51 99.5 171.86 -
System Red Green Blue C M Y K H S L
Decimal 186 103 74 0 0.45 0.60 0.27 15.54 0.45 0.51
Hex BA 67 4A 0 2D 3C 1B 10 2D 33
Octal 272 147 112 0 55 74 33 20 55 63
Binary 10111010 1100111 1001010 0 101101 111100 11011 10000 101101 110011

Color Harmonies of #BA674A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA674A

Black with #BA674A

Text Example


Text Example

White with #BA674A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA674A; }

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

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

background-color css

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

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

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

border-color css

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

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

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