Html Css Color HEX #BA6748 Flame Pea

📋 copy color: '#BA6748'

red 186 ◦ green 103 ◦ blue 72

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

Shades of Flame Pea #BA6748

Tints of Flame Pea #BA6748

RGB

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

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

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

R = 51.52%
G = 28.53%
B = 19.94%

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

#BA6748 (or 0xBA6748) is known color: Flame Pea. HEX triplet: BA, 67 and 48. RGB value is (186,103,72). Sum of RGB (Red+Green+Blue) = 186+103+72=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6748 is #4598B7. Grayscale: #7C7C7C. Windows color (decimal): -4561080 or 4745146. OLE color: 4745146.

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

Color convert

RGB 186 103 72 -
CMYK 0 0.45 0.61 0.27
HSL 16.32º 0.45% 0.51% -
HSV(B) 16.32º 0.61% 0.73% -
XYZ 26.27 20.61 8.72 -
YUV 124.28 98.5 172.02 -
System Red Green Blue C M Y K H S L
Decimal 186 103 72 0 0.45 0.61 0.27 16.32 0.45 0.51
Hex BA 67 48 0 2D 3D 1B 10 2D 33
Octal 272 147 110 0 55 75 33 20 55 63
Binary 10111010 1100111 1001000 0 101101 111101 11011 10000 101101 110011

Color Harmonies of #BA6748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6748

Black with #BA6748

Text Example


Text Example

White with #BA6748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6748; }

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

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

background-color css

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

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

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

border-color css

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

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

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