Html Css Color HEX #BA6753 Flame Pea

📋 copy color: '#BA6753'

red 186 ◦ green 103 ◦ blue 83

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

Shades of Flame Pea #BA6753

Tints of Flame Pea #BA6753

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.31%

R = 50%
G = 27.69%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA6753 (or 0xBA6753) is known color: Flame Pea. HEX triplet: BA, 67 and 53. RGB value is (186,103,83). Sum of RGB (Red+Green+Blue) = 186+103+83=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 103 (40.62% from 255 or 27.69% from 372); Blue value is 83 (32.81% from 255 or 22.31% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6753 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6753 is #4598AC. Grayscale: #7D7D7D. Windows color (decimal): -4561069 or 5466042. OLE color: 5466042.

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

Color convert

RGB 186 103 83 -
CMYK 0 0.45 0.55 0.27
HSL 11.65º 0.43% 0.53% -
HSV(B) 11.65º 0.55% 0.73% -
XYZ 26.66 20.76 10.79 -
YUV 125.54 104 171.13 -
System Red Green Blue C M Y K H S L
Decimal 186 103 83 0 0.45 0.55 0.27 11.65 0.43 0.53
Hex BA 67 53 0 2D 37 1B C 2B 35
Octal 272 147 123 0 55 67 33 14 53 65
Binary 10111010 1100111 1010011 0 101101 110111 11011 1100 101011 110101

Color Harmonies of #BA6753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6753

Black with #BA6753

Text Example


Text Example

White with #BA6753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6753; }

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

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

background-color css

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

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

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

border-color css

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

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

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