Html Css Color HEX #BA664C Flame Pea

📋 copy color: '#BA664C'

red 186 ◦ green 102 ◦ blue 76

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

Shades of Flame Pea #BA664C

Tints of Flame Pea #BA664C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.88%

R = 51.1%
G = 28.02%
B = 20.88%

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

#BA664C (or 0xBA664C) is known color: Flame Pea. HEX triplet: BA, 66 and 4C. RGB value is (186,102,76). Sum of RGB (Red+Green+Blue) = 186+102+76=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 76 (30.08% from 255 or 20.88% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA664C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA664C is #4599B3. Grayscale: #7C7C7C. Windows color (decimal): -4561332 or 5007034. OLE color: 5007034.

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

Color convert

RGB 186 102 76 -
CMYK 0 0.45 0.59 0.27
HSL 14.18º 0.44% 0.51% -
HSV(B) 14.18º 0.59% 0.73% -
XYZ 26.31 20.46 9.4 -
YUV 124.15 100.83 172.11 -
System Red Green Blue C M Y K H S L
Decimal 186 102 76 0 0.45 0.59 0.27 14.18 0.44 0.51
Hex BA 66 4C 0 2D 3B 1B E 2C 33
Octal 272 146 114 0 55 73 33 16 54 63
Binary 10111010 1100110 1001100 0 101101 111011 11011 1110 101100 110011

Color Harmonies of #BA664C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA664C

Black with #BA664C

Text Example


Text Example

White with #BA664C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA664C; }

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

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

background-color css

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

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

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

border-color css

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

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

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