Html Css Color HEX #BA664A Flame Pea

📋 copy color: '#BA664A'

red 186 ◦ green 102 ◦ blue 74

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

Shades of Flame Pea #BA664A

Tints of Flame Pea #BA664A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.18%

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

R = 51.38%
G = 28.18%
B = 20.44%

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

#BA664A (or 0xBA664A) is known color: Flame Pea. HEX triplet: BA, 66 and 4A. RGB value is (186,102,74). Sum of RGB (Red+Green+Blue) = 186+102+74=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA664A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA664A is #4599B5. Grayscale: #7C7C7C. Windows color (decimal): -4561334 or 4875962. OLE color: 4875962.

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

Color convert

RGB 186 102 74 -
CMYK 0 0.45 0.60 0.27
HSL 15º 0.45% 0.51% -
HSV(B) 15º 0.6% 0.73% -
XYZ 26.24 20.44 9.04 -
YUV 123.92 99.83 172.28 -
System Red Green Blue C M Y K H S L
Decimal 186 102 74 0 0.45 0.60 0.27 15 0.45 0.51
Hex BA 66 4A 0 2D 3C 1B F 2D 33
Octal 272 146 112 0 55 74 33 17 55 63
Binary 10111010 1100110 1001010 0 101101 111100 11011 1111 101101 110011

Color Harmonies of #BA664A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA664A

Black with #BA664A

Text Example


Text Example

White with #BA664A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA664A; }

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

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

background-color css

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

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

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

border-color css

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

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

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