Html Css Color HEX #BA6653 Flame Pea

📋 copy color: '#BA6653'

red 186 ◦ green 102 ◦ blue 83

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

Shades of Flame Pea #BA6653

Tints of Flame Pea #BA6653

RGB

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

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

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

R = 50.13%
G = 27.49%
B = 22.37%

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

#BA6653 (or 0xBA6653) is known color: Flame Pea. HEX triplet: BA, 66 and 53. RGB value is (186,102,83). Sum of RGB (Red+Green+Blue) = 186+102+83=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 83 (32.81% from 255 or 22.37% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6653 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6653 is #4599AC. Grayscale: #7D7D7D. Windows color (decimal): -4561325 or 5465786. OLE color: 5465786.

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

Color convert

RGB 186 102 83 -
CMYK 0 0.45 0.55 0.27
HSL 11.07º 0.43% 0.53% -
HSV(B) 11.07º 0.55% 0.73% -
XYZ 26.56 20.57 10.75 -
YUV 124.95 104.33 171.54 -
System Red Green Blue C M Y K H S L
Decimal 186 102 83 0 0.45 0.55 0.27 11.07 0.43 0.53
Hex BA 66 53 0 2D 37 1B B 2B 35
Octal 272 146 123 0 55 67 33 13 53 65
Binary 10111010 1100110 1010011 0 101101 110111 11011 1011 101011 110101

Color Harmonies of #BA6653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6653

Black with #BA6653

Text Example


Text Example

White with #BA6653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6653; }

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

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

background-color css

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

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

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

border-color css

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

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

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