Html Css Color HEX #BA6353 Flame Pea

📋 copy color: '#BA6353'

red 186 ◦ green 99 ◦ blue 83

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

Shades of Flame Pea #BA6353

Tints of Flame Pea #BA6353

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.9%

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

R = 50.54%
G = 26.9%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA6353 (or 0xBA6353) is known color: Flame Pea. HEX triplet: BA, 63 and 53. RGB value is (186,99,83). Sum of RGB (Red+Green+Blue) = 186+99+83=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 83 (32.81% from 255 or 22.55% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6353 is #459CAC. Grayscale: #7B7B7B. Windows color (decimal): -4562093 or 5465018. OLE color: 5465018.

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

Color convert

RGB 186 99 83 -
CMYK 0 0.47 0.55 0.27
HSL 9.32º 0.43% 0.53% -
HSV(B) 9.32º 0.55% 0.73% -
XYZ 26.27 19.99 10.66 -
YUV 123.19 105.32 172.8 -
System Red Green Blue C M Y K H S L
Decimal 186 99 83 0 0.47 0.55 0.27 9.32 0.43 0.53
Hex BA 63 53 0 2F 37 1B 9 2B 35
Octal 272 143 123 0 57 67 33 11 53 65
Binary 10111010 1100011 1010011 0 101111 110111 11011 1001 101011 110101

Color Harmonies of #BA6353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6353

Black with #BA6353

Text Example


Text Example

White with #BA6353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6353; }

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

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

background-color css

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

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

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

border-color css

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

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

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