Html Css Color HEX #BA6648 Flame Pea

📋 copy color: '#BA6648'

red 186 ◦ green 102 ◦ blue 72

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

Shades of Flame Pea #BA6648

Tints of Flame Pea #BA6648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20%

R = 51.67%
G = 28.33%
B = 20%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA6648 (or 0xBA6648) is known color: Flame Pea. HEX triplet: BA, 66 and 48. RGB value is (186,102,72). Sum of RGB (Red+Green+Blue) = 186+102+72=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 72 (28.52% from 255 or 20% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6648 is #4599B7. Grayscale: #7B7B7B. Windows color (decimal): -4561336 or 4744890. OLE color: 4744890.

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

Color convert

RGB 186 102 72 -
CMYK 0 0.45 0.61 0.27
HSL 15.79º 0.45% 0.51% -
HSV(B) 15.79º 0.61% 0.73% -
XYZ 26.17 20.41 8.69 -
YUV 123.7 98.83 172.44 -
System Red Green Blue C M Y K H S L
Decimal 186 102 72 0 0.45 0.61 0.27 15.79 0.45 0.51
Hex BA 66 48 0 2D 3D 1B 10 2D 33
Octal 272 146 110 0 55 75 33 20 55 63
Binary 10111010 1100110 1001000 0 101101 111101 11011 10000 101101 110011

Color Harmonies of #BA6648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6648

Black with #BA6648

Text Example


Text Example

White with #BA6648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6648; }

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

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

background-color css

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

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

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

border-color css

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

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

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